Information about plays

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

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

{
    "id": 3580402,
    "uri": "https://api.kexp.org/v2/plays/3580402/?format=api",
    "airdate": "2025-11-19T22:33:31-08:00",
    "show": 65157,
    "show_uri": "https://api.kexp.org/v2/shows/65157/?format=api",
    "image_uri": "https://coverartarchive.org/release/a9fbbee6-63ce-4e28-aab8-cba325c7587d/21358289134-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a9fbbee6-63ce-4e28-aab8-cba325c7587d/21358289134-250.jpg",
    "song": "Seven Seas of Rhye",
    "track_id": null,
    "recording_id": "8402fc0f-71b8-4773-ae7b-86bde5ac7b43",
    "artist": "Queen",
    "artist_ids": [
        "0383dadf-2a4e-4d10-a46a-e9e041da8eb3"
    ],
    "album": "Queen II",
    "release_id": null,
    "release_group_id": "93d91bd6-1b55-3751-bca7-8b9d33beb7ef",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1974-04-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}