Information about plays

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

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

{
    "id": 3523480,
    "uri": "https://api.kexp.org/v2/plays/3523480/?format=api",
    "airdate": "2025-07-06T13:53:04-07:00",
    "show": 63938,
    "show_uri": "https://api.kexp.org/v2/shows/63938/?format=api",
    "image_uri": "https://ia803409.us.archive.org/1/items/mbid-c2e3195e-d7e9-4460-90c6-fcdc2cbcf42a/mbid-c2e3195e-d7e9-4460-90c6-fcdc2cbcf42a-41055590542_thumb500.jpg",
    "thumbnail_uri": "https://dn721803.ca.archive.org/0/items/mbid-c2e3195e-d7e9-4460-90c6-fcdc2cbcf42a/mbid-c2e3195e-d7e9-4460-90c6-fcdc2cbcf42a-41055590542_thumb250.jpg",
    "song": "Staring at the Wall",
    "track_id": "60f044cc-ae2a-4d2c-99a4-71e4ae9ae681",
    "recording_id": "74245784-04b9-49be-b650-39a64032b07d",
    "artist": "Emma‐Jean Thackray",
    "artist_ids": [
        "9c757ca6-7739-4962-9294-b5a41c653c51"
    ],
    "album": "Weirdo",
    "release_id": "c2e3195e-d7e9-4460-90c6-fcdc2cbcf42a",
    "release_group_id": "2bbcaf71-d56c-46b9-8781-a0a0f55a0e3f",
    "labels": [
        "Brownswood Recordings"
    ],
    "label_ids": [
        "6483a614-d00f-42b0-af39-a602b3ce5daa"
    ],
    "release_date": "2025-04-25",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}