Information about plays

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

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

{
    "id": 3636410,
    "uri": "https://api.kexp.org/v2/plays/3636410/?format=api",
    "airdate": "2026-04-01T10:54:48-07:00",
    "show": 66337,
    "show_uri": "https://api.kexp.org/v2/shows/66337/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Down By The Water",
    "track_id": "86436ba3-eff0-4b1b-8374-7e2241c3e12a",
    "recording_id": "1dc4d743-13c0-4aa3-9dc2-c2d5ca743578",
    "artist": "Kučka",
    "artist_ids": [
        "46f69295-4afa-45a7-a6a0-54082f1c0d23"
    ],
    "album": "Down By The Water",
    "release_id": "686bbfe3-5fa0-4098-bca8-addd89ebcfd0",
    "release_group_id": "1c3df86f-a066-4f92-88c3-d897770361c7",
    "labels": [
        "Soothsayer"
    ],
    "label_ids": [
        "a6e9eee6-bee2-4269-9eed-bcfa88490a8e"
    ],
    "release_date": "2021-09-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is a cover of the infamous song by the English singer PJ Harvey.\n\nKUČKA is the solo project of British-born Australian electronic producer and songwriter Laura Jane Lowther.\n\nhttps://iamkucka.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}