Information about plays

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

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

{
    "id": 3572894,
    "uri": "https://api.kexp.org/v2/plays/3572894/?format=api",
    "airdate": "2025-11-02T01:58:34-07:00",
    "show": 65000,
    "show_uri": "https://api.kexp.org/v2/shows/65000/?format=api",
    "image_uri": "https://coverartarchive.org/release/32c850f9-80d0-3009-87a3-3dba8c7716f0/4970489745-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/32c850f9-80d0-3009-87a3-3dba8c7716f0/4970489745-250.jpg",
    "song": "Death Metal",
    "track_id": null,
    "recording_id": "be8d1443-0853-4635-8043-a565679cece6",
    "artist": "Possessed",
    "artist_ids": [
        "709e937c-496d-4b7f-9219-d5eb9d8b2e2f"
    ],
    "album": "Seven Churches",
    "release_id": null,
    "release_group_id": "2c3217e0-2d81-3dcd-9560-34f7aacefef5",
    "labels": [
        "Roadrunner Records"
    ],
    "label_ids": [
        "5899271b-a77a-4081-93a9-0bd05b9b4180"
    ],
    "release_date": "1985-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "1:10:50\n\nFor Nate in Everett\n\nPossessed is set to kick off a European tour this month.\n\nhttps://www.facebook.com/possessedofficial/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}