Information about plays

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

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

{
    "id": 3549013,
    "uri": "https://api.kexp.org/v2/plays/3549013/?format=api",
    "airdate": "2025-09-04T23:47:52-07:00",
    "show": 64476,
    "show_uri": "https://api.kexp.org/v2/shows/64476/?format=api",
    "image_uri": "https://coverartarchive.org/release/28e9e404-fe1c-420c-bd38-9d4823bd2b25/35317940610-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/28e9e404-fe1c-420c-bd38-9d4823bd2b25/35317940610-250.jpg",
    "song": "MOUSSAS FINEST",
    "track_id": null,
    "recording_id": "22e805a8-f570-4268-a828-ee69f245122a",
    "artist": "Athletic Progression",
    "artist_ids": [
        "05f61788-c72c-4f77-97a8-484a654b032a"
    ],
    "album": "cloud high in dreams, but heavy in the air",
    "release_id": null,
    "release_group_id": "7820e3e4-b2d0-4e70-ab5d-f5e757295d97",
    "labels": [
        "Touching Bass"
    ],
    "label_ids": [
        "99b3f495-d283-4c60-84dd-e0df33da7c5e"
    ],
    "release_date": "2021-06-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}