Information about plays

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

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

{
    "id": 3419087,
    "uri": "https://api.kexp.org/v2/plays/3419087/?format=api",
    "airdate": "2024-10-30T02:00:03-07:00",
    "show": 61713,
    "show_uri": "https://api.kexp.org/v2/shows/61713/?format=api",
    "image_uri": "https://coverartarchive.org/release/e9ae0c98-88a9-4356-9977-d9d7fcd1cdce/13469448242-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e9ae0c98-88a9-4356-9977-d9d7fcd1cdce/13469448242-250.jpg",
    "song": "Howling at the Moon",
    "track_id": null,
    "recording_id": "bf173d35-d6c7-46a4-8d3f-cc537eb1b64b",
    "artist": "Phantogram",
    "artist_ids": [
        "dfe78af2-779e-4137-826a-3073a16e3278"
    ],
    "album": "Voices",
    "release_id": null,
    "release_group_id": "900eb40b-1435-4da4-b559-e9bd5f521325",
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2014-02-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sarah Barthel: \"We tie our dreams into our songs all the time. \"Howling at the Moon\" [from our second album, Voices] is a song that was a dream — [it was] almost like a scene in a cowboy movie. I was running really fast in the desert during sunrise, and this pack of wolves [was] running with me — but I couldn't tell if they [were] running with me or chasing me. So I couldn't tell if I was one of them or not. [The line is] \"At night I cry and howl at the moon\" — like a wolf. But maybe they're just trying to eat me.\"\n--\nPhantogram performed live in the KEXP studio in 2014. They closed out their session with this track: https://youtu.be/TX_1UDVTVnQ.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}