Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/2678097/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 2678097,
    "uri": "https://api.kexp.org/v2/plays/2678097/?format=api",
    "airdate": "2019-12-25T20:00:00-08:00",
    "show": 46224,
    "show_uri": "https://api.kexp.org/v2/shows/46224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Santa Claus, Santa Claus",
    "track_id": "de85f036-709a-4ed1-b8e6-ea5d17974ee7",
    "recording_id": null,
    "artist": "James Brown",
    "artist_ids": [
        "20ff3303-4fe2-4a47-a1b6-291e26aa3438"
    ],
    "album": "A Soulful Christmas",
    "release_id": "e5bcf896-43a1-4f43-9a43-b93de356590a",
    "release_group_id": null,
    "labels": [
        "Universal Records"
    ],
    "label_ids": [
        "590538e9-b183-4163-ab5a-171fb021ed12"
    ],
    "release_date": "2013-12-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "James Brown could really pull off a Santa hat: http://funky16corners.com/?p=4498 ; https://theseconddisc.com/2010/12/review-james-brown-the-complete-james-brown-christmas/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}