Information about plays

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

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

{
    "id": 3635833,
    "uri": "https://api.kexp.org/v2/plays/3635833/?format=api",
    "airdate": "2026-03-31T02:54:38-07:00",
    "show": 66326,
    "show_uri": "https://api.kexp.org/v2/shows/66326/?format=api",
    "image_uri": "https://coverartarchive.org/release/0bf9559e-546a-40a1-b923-9cea26f9aeb6/30356384996-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0bf9559e-546a-40a1-b923-9cea26f9aeb6/30356384996-250.jpg",
    "song": "Pretty Stuff",
    "track_id": null,
    "recording_id": "fbe0b22b-5992-4a53-ae2b-8dba1625ca6f",
    "artist": "Tomu DJ",
    "artist_ids": [
        "0387a330-4121-409d-94c0-7b3f360d2bd1"
    ],
    "album": "FEMINISTA",
    "release_id": null,
    "release_group_id": "9f7c2a9e-9e6a-4412-a22a-17bf4be9749d",
    "labels": [
        "Side Chick Records"
    ],
    "label_ids": [
        "0d0eee87-10a2-48da-a983-1490e1e7513c"
    ],
    "release_date": "2021-08-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://tomu.bandcamp.com/album/feminista",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}