Information about plays

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

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

{
    "id": 3638009,
    "uri": "https://api.kexp.org/v2/plays/3638009/?format=api",
    "airdate": "2026-04-05T01:58:00-07:00",
    "show": 66370,
    "show_uri": "https://api.kexp.org/v2/shows/66370/?format=api",
    "image_uri": "https://coverartarchive.org/release/79ab5781-c92b-4cea-bada-fdcb38b73041/39343498432-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/79ab5781-c92b-4cea-bada-fdcb38b73041/39343498432-250.jpg",
    "song": "Wrathchild",
    "track_id": null,
    "recording_id": "30a8b3ac-ac9e-4e3b-b213-1c7270be7335",
    "artist": "Iron Maiden",
    "artist_ids": [
        "ca891d65-d9b0-4258-89f7-e6ba29d83767"
    ],
    "album": "Killers",
    "release_id": null,
    "release_group_id": "cf1e9a98-3ea7-33e5-a8b6-8665dd9a206b",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1981-02-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}