Information about plays

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

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

{
    "id": 3609447,
    "uri": "https://api.kexp.org/v2/plays/3609447/?format=api",
    "airdate": "2026-01-26T16:43:07-08:00",
    "show": 65763,
    "show_uri": "https://api.kexp.org/v2/shows/65763/?format=api",
    "image_uri": "https://coverartarchive.org/release/dd7cbde9-bffc-467f-8a39-bda4ea2d0633/4783139448-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dd7cbde9-bffc-467f-8a39-bda4ea2d0633/4783139448-250.jpg",
    "song": "Holiday / Boulevard of Broken Dreams",
    "track_id": null,
    "recording_id": "75b9e4d1-0f0a-403d-8c92-734f34d63164",
    "artist": "Green Day",
    "artist_ids": [
        "084308bd-1654-436f-ba03-df6697104e19"
    ],
    "album": "American Idiot",
    "release_id": null,
    "release_group_id": "de9bf827-a9b0-348b-a7c9-556c03c3fb07",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "2004-09-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}