Information about plays

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

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

{
    "id": 3607613,
    "uri": "https://api.kexp.org/v2/plays/3607613/?format=api",
    "airdate": "2026-01-22T10:42:23-08:00",
    "show": 65723,
    "show_uri": "https://api.kexp.org/v2/shows/65723/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bad Blood",
    "track_id": "d0c5b6f9-a388-3f71-918c-a626fddedafc",
    "recording_id": "970deab1-8f86-40f8-913d-3dfa2bb1dfb4",
    "artist": "Black Rebel Motorcycle Club",
    "artist_ids": [
        "32b90c92-9978-4a07-90eb-caa4b22f4907"
    ],
    "album": "Beat the Devil’s Tattoo",
    "release_id": "fdf5cdda-a94f-49f6-9f8a-80f56f3e7c59",
    "release_group_id": "78a9a4c1-8091-4b3f-afc5-5840fa054a34",
    "labels": [
        "Vagrant Records",
        "Abstract Dragon"
    ],
    "label_ids": [
        "56c4226d-8962-4807-9ffa-dd6a10358fbb",
        "7340aefe-9d04-40b4-8ea4-ff901b2ea9c9"
    ],
    "release_date": "2010-03-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Bad Blood\" comes from Black Rebel Motorcycle Club's 2010 album, 'Beat the Devil's Tattoo.'\nhttps://blackrebelmotorcycleclub.com/\n--\nBRMC paid us a visit and played Live on KEXP in 2018! https://www.youtube.com/watch?v=07cQf-UxNYc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}