Information about plays

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

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

{
    "id": 353570,
    "uri": "https://api.kexp.org/v2/plays/353570/?format=api",
    "airdate": "2019-07-12T18:40:45-07:00",
    "show": 5890,
    "show_uri": "https://api.kexp.org/v2/shows/5890/?format=api",
    "image_uri": "http://coverartarchive.org/release/de3f9a1a-fedd-4e98-a0bf-4f37a3a0aaf9/20510904847-250.jpg",
    "thumbnail_uri": "",
    "song": "Casio",
    "track_id": "5daedc91-a3f6-4877-aeca-2591e23798da",
    "recording_id": null,
    "artist": "Jungle",
    "artist_ids": [
        "6bbb3983-ce8a-4971-96e0-7cae73268fc4"
    ],
    "album": "For Ever",
    "release_id": "de3f9a1a-fedd-4e98-a0bf-4f37a3a0aaf9",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2018-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.kexp.org/sessions/archive/jungle-fire-live-on-kexp-recorded-june-23-2017/\n\n\nhttps://junglejunglejungle.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}