Information about plays

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

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

{
    "id": 3614621,
    "uri": "https://api.kexp.org/v2/plays/3614621/?format=api",
    "airdate": "2026-02-07T22:22:44-08:00",
    "show": 65874,
    "show_uri": "https://api.kexp.org/v2/shows/65874/?format=api",
    "image_uri": "https://coverartarchive.org/release/dea46e39-e937-40df-8c19-3cce61e1aa50/26522290165-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dea46e39-e937-40df-8c19-3cce61e1aa50/26522290165-250.jpg",
    "song": "Door to Door",
    "track_id": null,
    "recording_id": "a3c9d5d5-630f-4531-8156-d45212e4de21",
    "artist": "The Cars",
    "artist_ids": [
        "092b603f-eb4c-4958-b10e-02420de5885b"
    ],
    "album": "Door to Door",
    "release_id": null,
    "release_group_id": "325fb14f-d971-39c6-a78d-e6cc790164ab",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1987-08-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For a listener who just saw a Cars cover band tonight\n\nRIP Ric Ocasek\n\nhttps://thecars.org/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}