Information about plays

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

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

{
    "id": 3552771,
    "uri": "https://api.kexp.org/v2/plays/3552771/?format=api",
    "airdate": "2025-09-14T01:05:42-07:00",
    "show": 64557,
    "show_uri": "https://api.kexp.org/v2/shows/64557/?format=api",
    "image_uri": "https://coverartarchive.org/release/c3120692-8b2e-4f81-a63a-9ef5958113a1/18827109291-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c3120692-8b2e-4f81-a63a-9ef5958113a1/18827109291-250.jpg",
    "song": "Join the Legion",
    "track_id": null,
    "recording_id": "29201b6c-98db-409d-8c20-67608df3e617",
    "artist": "Cirith Ungol",
    "artist_ids": [
        "c1341251-e2c7-4eae-989c-645f0c22487c"
    ],
    "album": "Paradise Lost",
    "release_id": null,
    "release_group_id": "1420fbd1-971e-3f9d-a5ad-65061501fe3e",
    "labels": [
        "Restless Records"
    ],
    "label_ids": [
        "573cf520-bd75-4040-8a4a-71f805759139"
    ],
    "release_date": "1991-08-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cirith Ungol will be featured in the upcoming metal documentary, INTO THE VOID: Life, Death & Heavy Metal! which is set to premiere on HULU on September 22nd.\n\nhttps://www.facebook.com/cirithungolofficial\nhttps://namelessgraverecords.com/products/cirith-ungol-dark-parade-cs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}