Information about plays

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

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

{
    "id": 3554050,
    "uri": "https://api.kexp.org/v2/plays/3554050/?format=api",
    "airdate": "2025-09-17T04:34:49-07:00",
    "show": 64583,
    "show_uri": "https://api.kexp.org/v2/shows/64583/?format=api",
    "image_uri": "https://ia800305.us.archive.org/7/items/mbid-c29eec15-d639-4114-af6d-9daa5e3b23d8/mbid-c29eec15-d639-4114-af6d-9daa5e3b23d8-42023229238_thumb500.jpg",
    "thumbnail_uri": "https://dn721707.ca.archive.org/0/items/mbid-c29eec15-d639-4114-af6d-9daa5e3b23d8/mbid-c29eec15-d639-4114-af6d-9daa5e3b23d8-42023229238_thumb250.jpg",
    "song": "FREE",
    "track_id": "9cd59f44-09d2-4e1e-81a5-ba2f983485cc",
    "recording_id": "128d265f-1706-4260-aef1-f5f7a4c4d863",
    "artist": "Weval",
    "artist_ids": [
        "cda72260-9583-4fc5-95a2-ce5de94d7c99"
    ],
    "album": "CHOROPHOBIA",
    "release_id": "c29eec15-d639-4114-af6d-9daa5e3b23d8",
    "release_group_id": "ce1d8de2-0d03-460a-9214-cf9f080de32b",
    "labels": [
        "Technicolour"
    ],
    "label_ids": [
        "1e7d663c-173e-4316-84b6-7fabfe8be930"
    ],
    "release_date": "2025-09-05",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}