Information about plays

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

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

{
    "id": 3667570,
    "uri": "https://api.kexp.org/v2/plays/3667570/?format=api",
    "airdate": "2026-06-13T22:17:24-07:00",
    "show": 66982,
    "show_uri": "https://api.kexp.org/v2/shows/66982/?format=api",
    "image_uri": "https://coverartarchive.org/release/4faa62ee-a438-4763-834e-872239fd005a/41259625663-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4faa62ee-a438-4763-834e-872239fd005a/41259625663-250.jpg",
    "song": "Teenage Dream",
    "track_id": null,
    "recording_id": "187ec0df-c284-439e-a54c-e9b5413ee9fa",
    "artist": "The Damned",
    "artist_ids": [
        "77d21c13-846f-4f48-9546-873949eff6ae"
    ],
    "album": "Lively Arts",
    "release_id": null,
    "release_group_id": "186f4dbe-ff66-4d68-af90-36ffcb787df2",
    "labels": [
        "Big Beat"
    ],
    "label_ids": [
        "915b9747-4dc9-4205-bae5-d5d4db5c3d44"
    ],
    "release_date": "1982-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Damned will be stopping at The Fillmore in SF on November 11th while on their \"Final Damnation 50\" farewell tour.\n\nhttps://www.officialdamned.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}