Information about plays

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

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

{
    "id": 3602334,
    "uri": "https://api.kexp.org/v2/plays/3602334/?format=api",
    "airdate": "2026-01-09T18:00:54-08:00",
    "show": 65606,
    "show_uri": "https://api.kexp.org/v2/shows/65606/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Human Behaviour",
    "track_id": "46aa7bae-9401-38d2-ba74-c77b15869509",
    "recording_id": "ffb680e8-d587-4f37-88b9-2b330fbf5014",
    "artist": "Björk",
    "artist_ids": [
        "87c5dedd-371d-4a53-9f7f-80522fb7f3cb"
    ],
    "album": "Greatest Hits",
    "release_id": "b7d4582a-599d-32c0-af8f-1adae1a5feb5",
    "release_group_id": "07d2f772-531d-3d19-920a-72337891800d",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Björk reveals, \"'Human Behaviour' is an animal's point of view on humans. \"I told him (Michel Gondry the video's director), 'I want a bear and textures like handmade wood and leaves and earth, and I want it to seem like animation.' Then I backed out.\" \n\nWatch the video here: https://www.youtube.com/watch?v=p0mRIhK9seg\n\nhttps://bjork.bandcamp.com/track/human-behaviour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}