Information about plays

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

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

{
    "id": 3636027,
    "uri": "https://api.kexp.org/v2/plays/3636027/?format=api",
    "airdate": "2026-03-31T13:32:47-07:00",
    "show": 66330,
    "show_uri": "https://api.kexp.org/v2/shows/66330/?format=api",
    "image_uri": "https://coverartarchive.org/release/cbf65424-7e68-4aa7-847a-a2a893482001/7475921866-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cbf65424-7e68-4aa7-847a-a2a893482001/7475921866-250.jpg",
    "song": "Teenage Kicks",
    "track_id": null,
    "recording_id": "e2d612a2-6bd5-48d4-9887-36b0e143e461",
    "artist": "Thee Headcoatees",
    "artist_ids": [
        "f56c6e48-5d33-454e-8744-67e197e20fe0"
    ],
    "album": "Punk Girls",
    "release_id": null,
    "release_group_id": "94e0b7e7-8754-36b0-aaa2-d197c2c21899",
    "labels": [
        "Sympathy for the Record Industry"
    ],
    "label_ids": [
        "5080c956-1501-4a2b-ae59-161edab8a4f0"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Undertones cover!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}