Information about plays

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

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

{
    "id": 349698,
    "uri": "https://api.kexp.org/v2/plays/349698/?format=api",
    "airdate": "2019-07-03T17:45:27-07:00",
    "show": 5824,
    "show_uri": "https://api.kexp.org/v2/shows/5824/?format=api",
    "image_uri": "http://coverartarchive.org/release/6ba69526-3526-31b0-9337-bc328ad1b679/10309070536-250.jpg",
    "thumbnail_uri": "",
    "song": "Should I Stay or Should I Go",
    "track_id": "d2a4d112-d4dc-33ec-9cc6-a838d6899ccd",
    "recording_id": null,
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "Combat Rock",
    "release_id": "6ba69526-3526-31b0-9337-bc328ad1b679",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song provides a thematic thread throughout many moments on Stranger Things.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}