Information about plays

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

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

{
    "id": 3610032,
    "uri": "https://api.kexp.org/v2/plays/3610032/?format=api",
    "airdate": "2026-01-28T02:50:10-08:00",
    "show": 65774,
    "show_uri": "https://api.kexp.org/v2/shows/65774/?format=api",
    "image_uri": "https://coverartarchive.org/release/20d20196-ee7b-3069-aaca-943b8ee5a28a/8978752966-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/20d20196-ee7b-3069-aaca-943b8ee5a28a/8978752966-250.jpg",
    "song": "The Prisoner",
    "track_id": null,
    "recording_id": "5a3862b2-0825-4c13-a0e7-4554e6c2c62f",
    "artist": "Iron Maiden",
    "artist_ids": [
        "ca891d65-d9b0-4258-89f7-e6ba29d83767"
    ],
    "album": "The Number of the Beast",
    "release_id": null,
    "release_group_id": "4ebfe175-e7ed-34cd-8e91-67c7e4a53579",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1982-03-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}