Information about plays

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

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

{
    "id": 3596994,
    "uri": "https://api.kexp.org/v2/plays/3596994/?format=api",
    "airdate": "2025-12-28T01:31:40-08:00",
    "show": 65494,
    "show_uri": "https://api.kexp.org/v2/shows/65494/?format=api",
    "image_uri": "https://coverartarchive.org/release/ac0dd361-64ca-47d7-acf4-00c35ef19cc0/17904130799-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ac0dd361-64ca-47d7-acf4-00c35ef19cc0/17904130799-250.jpg",
    "song": "Hell Bent for Leather",
    "track_id": null,
    "recording_id": "3bdabaab-76f0-4cfc-8c4b-1ad406e0d1de",
    "artist": "Judas Priest",
    "artist_ids": [
        "6b335658-22c8-485d-93de-0bc29a1d0349"
    ],
    "album": "Killing Machine",
    "release_id": null,
    "release_group_id": "6742f103-624f-3759-8182-f88e5b9b36cf",
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1978-10-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP to Les Binks. He played drums on several of the earlier JP albums and loved the band and its music all the way to the end.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}