Information about plays

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

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

{
    "id": 3605633,
    "uri": "https://api.kexp.org/v2/plays/3605633/?format=api",
    "airdate": "2026-01-17T18:57:08-08:00",
    "show": 65678,
    "show_uri": "https://api.kexp.org/v2/shows/65678/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Not in Your Way",
    "track_id": "611ca67e-93d3-3125-ae0e-7e7a3ed61771",
    "recording_id": "669b164d-116f-43c8-b854-cf7d5b7f9abf",
    "artist": "Swim Swam Swum",
    "artist_ids": [
        "6678e652-4b3a-4ed1-a2e5-ed4e973b2c84"
    ],
    "album": "PDX Pop Now! 2008",
    "release_id": "9795cd49-4b3b-43e0-a1cf-ac8e81ebbd39",
    "release_group_id": "8b5555d9-823a-4126-9d10-b208ef6cfe8d",
    "labels": [
        "PDX Pop Now!"
    ],
    "label_ids": [
        "5a15108f-d05e-46d2-9049-6d1b0d809eff"
    ],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Sick pop from Portland! Their most recent record came out in 2020:\n\nhttps://swimswamswum.bandcamp.com/album/common-sounds",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}