Information about plays

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

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

{
    "id": 3639299,
    "uri": "https://api.kexp.org/v2/plays/3639299/?format=api",
    "airdate": "2026-04-08T03:15:10-07:00",
    "show": 66396,
    "show_uri": "https://api.kexp.org/v2/shows/66396/?format=api",
    "image_uri": "https://coverartarchive.org/release/d29dd6df-78be-4171-9119-37133b3ec09e/9364540646-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d29dd6df-78be-4171-9119-37133b3ec09e/9364540646-250.jpg",
    "song": "Don’t Believe a Word",
    "track_id": null,
    "recording_id": "122bdd27-c512-4485-bd99-683e750f71e4",
    "artist": "Thin Lizzy",
    "artist_ids": [
        "6a726ac6-019e-455c-8bbb-571a77bed52e"
    ],
    "album": "Johnny the Fox",
    "release_id": null,
    "release_group_id": "cdf7a087-0cd4-3eb3-aef9-4f8986325600",
    "labels": [
        "Warners"
    ],
    "label_ids": [
        "79f3c6df-a546-4f6c-84d2-3776e1d2702b"
    ],
    "release_date": "1976-10-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}