Information about plays

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

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

{
    "id": 3413748,
    "uri": "https://api.kexp.org/v2/plays/3413748/?format=api",
    "airdate": "2024-10-17T05:17:20-07:00",
    "show": 61597,
    "show_uri": "https://api.kexp.org/v2/shows/61597/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Joy",
    "track_id": "8f68bd11-ecdc-4e75-88ae-35cf95475fb1",
    "recording_id": "1c410149-f161-4613-82cc-8f670f9aee56",
    "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": "From their latest album, Wild God. \n\nNick Cave: “I hope the album has the effect on listeners that it’s had on me. It bursts out of the speaker, and I get swept up with it. It’s a complicated record, but it’s also deeply and joyously infectious. There is never a masterplan when we make a record. The records rather reflect back the emotional state of the writers and musicians who played them. Listening to this, I don’t know, it seems we’re happy.”\n\nhttps://www.nickcave.com/releases/wild-god/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}