Information about plays

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

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

{
    "id": 3554444,
    "uri": "https://api.kexp.org/v2/plays/3554444/?format=api",
    "airdate": "2025-09-18T03:32:43-07:00",
    "show": 64591,
    "show_uri": "https://api.kexp.org/v2/shows/64591/?format=api",
    "image_uri": "https://coverartarchive.org/release/90ca3acb-1dd6-4e7c-8906-85bf6f746284/9616106825-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/90ca3acb-1dd6-4e7c-8906-85bf6f746284/9616106825-250.jpg",
    "song": "Dragon Attack",
    "track_id": null,
    "recording_id": "f611b319-a271-4614-9f08-9bb092e3a7a6",
    "artist": "Queen",
    "artist_ids": [
        "0383dadf-2a4e-4d10-a46a-e9e041da8eb3"
    ],
    "album": "The Game",
    "release_id": null,
    "release_group_id": "75702ddf-a46c-3cac-bace-0a466eb3c37c",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1980-06-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}