Information about plays

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

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

{
    "id": 3561400,
    "uri": "https://api.kexp.org/v2/plays/3561400/?format=api",
    "airdate": "2025-10-04T21:56:51-07:00",
    "show": 64748,
    "show_uri": "https://api.kexp.org/v2/shows/64748/?format=api",
    "image_uri": "https://ia800501.us.archive.org/10/items/mbid-5425e2d6-004b-40fb-93e6-04c123c04903/mbid-5425e2d6-004b-40fb-93e6-04c123c04903-26755627965_thumb500.jpg",
    "thumbnail_uri": "https://ia800501.us.archive.org/10/items/mbid-5425e2d6-004b-40fb-93e6-04c123c04903/mbid-5425e2d6-004b-40fb-93e6-04c123c04903-26755627965_thumb250.jpg",
    "song": "Good Luck in Jail",
    "track_id": "8970438d-c79b-3324-8e3a-b301a7a929ab",
    "recording_id": "48a89a18-9407-4fb0-9a68-588f2baa1255",
    "artist": "Drive Like Jehu",
    "artist_ids": [
        "608c9da7-d3ef-4661-828b-24bb6ae20cd6"
    ],
    "album": "Drive Like Jehu",
    "release_id": "5425e2d6-004b-40fb-93e6-04c123c04903",
    "release_group_id": "7ce7ecf4-ef86-37ad-abf0-bdf2403cb5af",
    "labels": [
        "Headhunter Records"
    ],
    "label_ids": [
        "938faaec-32df-451f-a5d3-3282b8f39064"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Ron in Bremerton, WA.  Thanks for being a long time amplifier!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}