Information about plays

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

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

{
    "id": 3548093,
    "uri": "https://api.kexp.org/v2/plays/3548093/?format=api",
    "airdate": "2025-09-02T18:17:44-07:00",
    "show": 64456,
    "show_uri": "https://api.kexp.org/v2/shows/64456/?format=api",
    "image_uri": "https://ia800605.us.archive.org/25/items/mbid-c7c3c572-9114-4e7b-9dc8-68cf99372825/mbid-c7c3c572-9114-4e7b-9dc8-68cf99372825-21235525003_thumb500.jpg",
    "thumbnail_uri": "https://ia600605.us.archive.org/25/items/mbid-c7c3c572-9114-4e7b-9dc8-68cf99372825/mbid-c7c3c572-9114-4e7b-9dc8-68cf99372825-21235525003_thumb250.jpg",
    "song": "The Hardest Walk",
    "track_id": "7d9836aa-97d7-3769-8784-b1cd24fc90f5",
    "recording_id": "5d16e2b2-6360-4033-b6cf-3434e972ef53",
    "artist": "The Jesus and Mary Chain",
    "artist_ids": [
        "e938a15c-b17e-4e7a-9f68-ff0d536cab44"
    ],
    "album": "Psychocandy",
    "release_id": "2d650677-1b41-3dc0-96c0-5a08a1c55832",
    "release_group_id": "7534461f-d5ed-3ab0-b5a8-48d7f9b49c70",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2008-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Psychocandy is the debut studio album by Scottish rock band the Jesus and Mary Chain. - https://themarychain.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}