Information about plays

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

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

{
    "id": 377235,
    "uri": "https://api.kexp.org/v2/plays/377235/?format=api",
    "airdate": "2019-09-05T23:10:02-07:00",
    "show": 6276,
    "show_uri": "https://api.kexp.org/v2/shows/6276/?format=api",
    "image_uri": "http://coverartarchive.org/release/06a78a7e-23b1-42b1-a1ed-7e64a461e06a/23297866450-250.jpg",
    "thumbnail_uri": "",
    "song": "Zion Wolf Theme (Unfinished)",
    "track_id": "da7af694-419e-4677-b435-0d9e14f46544",
    "recording_id": null,
    "artist": "Jai Paul",
    "artist_ids": [
        "312183e0-64ff-48df-a9f4-0804ca23a7d3"
    ],
    "album": "Leak 04-13 (Bait Ones)",
    "release_id": "06a78a7e-23b1-42b1-a1ed-7e64a461e06a",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2019-06-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Leak 04-13 (Bait Ones), sometimes shortened to Bait Ones, is a demo album by British producer Jai Paul, released as his debut project. It was released in June 2019 through XL Recordings, marking seven years since Paul last released solo music with the 2012 single \"Jasmine\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}