Information about plays

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

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

{
    "id": 3415122,
    "uri": "https://api.kexp.org/v2/plays/3415122/?format=api",
    "airdate": "2024-10-20T14:45:01-07:00",
    "show": 61627,
    "show_uri": "https://api.kexp.org/v2/shows/61627/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kill Bill",
    "track_id": "196543c9-6c9f-45e8-a88c-51a2a1051d5c",
    "recording_id": "52dc5433-ce6f-4946-8b71-333e66bd37b8",
    "artist": "SZA",
    "artist_ids": [
        "272989c8-5535-492d-a25c-9f58803e027f"
    ],
    "album": "SOS",
    "release_id": "b82458a3-7d3a-495f-861f-8698731c4dd0",
    "release_group_id": "1646286a-d0ad-4288-bfab-34b0fb7b22c1",
    "labels": [
        "RCA",
        "Top Dawg Entertainment"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946",
        "56d2501f-12b7-4cfd-b8f8-e95189ea27f5"
    ],
    "release_date": "2022-12-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "SZA's latest album, 'SOS' her second full length, was released in December 2022. Check out the behind-the-scenes video about the making of the album:\nhttps://youtu.be/MIOtiFP4GHI\n\nVideo for \"Kill Bill\"!\nhttps://youtu.be/MSRcC626prw\n\nTour dates, music and info:\nhttps://www.szasos.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}