Information about plays

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

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

{
    "id": 3414929,
    "uri": "https://api.kexp.org/v2/plays/3414929/?format=api",
    "airdate": "2024-10-20T02:53:19-07:00",
    "show": 61624,
    "show_uri": "https://api.kexp.org/v2/shows/61624/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wild God",
    "track_id": "0caf214f-7018-437c-bb39-0f94d172f377",
    "recording_id": "e653d7c7-325d-4a7b-84f9-be3c42f87e99",
    "artist": "Nick Cave & the Bad Seeds",
    "artist_ids": [
        "172e1f1a-504d-4488-b053-6344ba63e6d0"
    ],
    "album": "Wild God",
    "release_id": "e60b7c5c-1d25-48f9-8953-4e8eeea590bb",
    "release_group_id": "cbe390d1-88b3-4ff2-8f53-b3b9d8a0e25c",
    "labels": [
        "Play It Again Sam"
    ],
    "label_ids": [
        "3ccd1270-99d3-4b83-a311-6c60e127c866"
    ],
    "release_date": "2024-08-30",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wild God is newly released eighteenth studio album by the Australian rock band Nick Cave and the Bad Seeds.\n\nNick Cave and the Bad Seeds will play the Paramount Theater in Seattle next year on May 12, 2025: https://www.stgpresents.org/events/nick-cave-the-bad-seeds/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}