Information about plays

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

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

{
    "id": 3521648,
    "uri": "https://api.kexp.org/v2/plays/3521648/?format=api",
    "airdate": "2025-07-02T12:49:32-07:00",
    "show": 63899,
    "show_uri": "https://api.kexp.org/v2/shows/63899/?format=api",
    "image_uri": "https://ia800702.us.archive.org/6/items/mbid-9d05baec-54f5-4ff7-a894-d23aee834b64/mbid-9d05baec-54f5-4ff7-a894-d23aee834b64-21553965773_thumb500.jpg",
    "thumbnail_uri": "https://ia800702.us.archive.org/6/items/mbid-9d05baec-54f5-4ff7-a894-d23aee834b64/mbid-9d05baec-54f5-4ff7-a894-d23aee834b64-21553965773_thumb250.jpg",
    "song": "Alien",
    "track_id": "78160110-7a5f-4735-a01b-f726ddd7ce90",
    "recording_id": "3e2cdab5-610b-44aa-8dd4-e6db5cee0906",
    "artist": "Beach House",
    "artist_ids": [
        "d5cc67b8-1cc4-453b-96e8-44487acdebea"
    ],
    "album": "Alien",
    "release_id": "9d05baec-54f5-4ff7-a894-d23aee834b64",
    "release_group_id": "22c058c4-2809-4c03-95ba-7d7000f9305f",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2018-10-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beach House is an American indie band formed in Baltimore in 2004.\n\nhttp://www.beachhousebaltimore.com/\n\nAlien was released as part of a limited edition 7 inch that was originally sold on Beach House's European tour in 2018. Side A is \"Lose Your Smile\" from the album 7. Side B was a new song called \"Alien\".\n\nhttps://shorturl.at/gzbNw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}