Information about plays

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

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

{
    "id": 3413598,
    "uri": "https://api.kexp.org/v2/plays/3413598/?format=api",
    "airdate": "2024-10-16T21:06:00-07:00",
    "show": 61594,
    "show_uri": "https://api.kexp.org/v2/shows/61594/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ill Times",
    "track_id": "db6d709c-2943-4150-84b6-bc76370d7b96",
    "recording_id": "480ebef5-69c0-44c5-aab7-58772a5fa706",
    "artist": "GUM & Ambrose Kenny‐Smith",
    "artist_ids": [
        "70a5cc3c-16ff-4d23-bbcb-82abdade234c",
        "e70fa82b-1080-42a9-b4d0-bae7f02e66d0"
    ],
    "album": "Ill Times",
    "release_id": "ba3249f9-e8c6-414a-a4d4-0baa90b9206f",
    "release_group_id": "d0ca17e0-22fb-4846-8318-a3f1f866ceb5",
    "labels": [
        "p(doom) Records"
    ],
    "label_ids": [
        "00b22497-81b3-454d-bbdc-89ab65bbb9a2"
    ],
    "release_date": "2024-07-19",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "GUM is the project of Tame Impala/Pond member Jay Watson, who teamed up with Ambrose Kenny-Smith of King Gizzard and the Murlocs. Watson and Kenny-Smith’s friendship traces back to 2009, when they met at a bar after Tame Impala performed at the Eureka Hotel in Kenny-Smith’s hometown of Geelong, Victoria. The collaboration came naturally, sparked by DMs with links. Their collaborative album, \"Ill Times,\" was released in July.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}