Information about plays

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

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

{
    "id": 3572279,
    "uri": "https://api.kexp.org/v2/plays/3572279/?format=api",
    "airdate": "2025-10-31T16:17:32-07:00",
    "show": 64985,
    "show_uri": "https://api.kexp.org/v2/shows/64985/?format=api",
    "image_uri": "https://coverartarchive.org/release/e36b98d1-a95c-4605-a753-b03b42fc9744/42311126927-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e36b98d1-a95c-4605-a753-b03b42fc9744/42311126927-250.jpg",
    "song": "I Put a Spell on You",
    "track_id": null,
    "recording_id": "78ea3ba0-43c6-4276-a5ab-3d222bf2b0a8",
    "artist": "Dee Dee",
    "artist_ids": [
        "47652434-155e-4f09-9c99-3d871d6e6053"
    ],
    "album": "Loving You",
    "release_id": null,
    "release_group_id": "7f27a392-690d-412f-9dcd-4262f86ced23",
    "labels": [
        "Bovema Negram"
    ],
    "label_ids": [
        "d679bbdd-5fe7-4c7f-8914-9cfa3979eaae"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "free spells! curse your enemies! (206) 903-5397",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}