Information about plays

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

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

{
    "id": 3571521,
    "uri": "https://api.kexp.org/v2/plays/3571521/?format=api",
    "airdate": "2025-10-29T19:36:10-07:00",
    "show": 64968,
    "show_uri": "https://api.kexp.org/v2/shows/64968/?format=api",
    "image_uri": "https://coverartarchive.org/release/36b4caa2-e337-48c2-b92b-70643b11679e/22697392917-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/36b4caa2-e337-48c2-b92b-70643b11679e/22697392917-250.jpg",
    "song": "The Transylvania Twist",
    "track_id": null,
    "recording_id": "04aad902-8f12-4975-9385-90cf291cdd68",
    "artist": "Baron Daemon",
    "artist_ids": [
        "36cafb77-1ad7-45cb-b1c0-f0beb485e824"
    ],
    "album": "Intoxica! Presents Hipster Halloween",
    "release_id": null,
    "release_group_id": "d1a02f54-2e99-440b-91bf-400866bf8be0",
    "labels": [
        "Trunk Records"
    ],
    "label_ids": [
        "ba4db29c-b669-4f6f-902b-a9fd90d5f011"
    ],
    "release_date": "2013-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Request from Vadim in Russia!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}