Information about plays

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

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

{
    "id": 3636405,
    "uri": "https://api.kexp.org/v2/plays/3636405/?format=api",
    "airdate": "2026-04-01T10:38:56-07:00",
    "show": 66337,
    "show_uri": "https://api.kexp.org/v2/shows/66337/?format=api",
    "image_uri": "https://dn710009.ca.archive.org/0/items/mbid-892f02d9-0e92-430b-9827-6b66899ae512/mbid-892f02d9-0e92-430b-9827-6b66899ae512-39776580870_thumb500.jpg",
    "thumbnail_uri": "https://dn710009.ca.archive.org/0/items/mbid-892f02d9-0e92-430b-9827-6b66899ae512/mbid-892f02d9-0e92-430b-9827-6b66899ae512-39776580870_thumb250.jpg",
    "song": "Blue Eyes",
    "track_id": "5806c753-5176-4c8a-8bb4-17e8fc9c8a94",
    "recording_id": "37be4d3d-9c64-4d44-80f5-8c82488ebc1b",
    "artist": "The Wedding Present",
    "artist_ids": [
        "707622da-475f-48e1-905d-248718df6521"
    ],
    "album": "Seamonsters",
    "release_id": "a9d77d5a-6954-4212-8c05-b835cd8d39f5",
    "release_group_id": "14152837-f2f2-31d0-aa2e-aaf02ab18aec",
    "labels": [
        "Edsel Records"
    ],
    "label_ids": [
        "a4a01f0f-c349-4352-9075-b268f6ef0f48"
    ],
    "release_date": "2014-10-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The English indie rock band is on tour!\n\nSun, April 26th at the Crocodile in Seattle and Thurs April 30th at The Chapel in San Francisco.\n\nhttps://theweddingpresent2025.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}