Information about plays

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

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

{
    "id": 3632164,
    "uri": "https://api.kexp.org/v2/plays/3632164/?format=api",
    "airdate": "2026-03-21T23:15:01-07:00",
    "show": 66246,
    "show_uri": "https://api.kexp.org/v2/shows/66246/?format=api",
    "image_uri": "https://coverartarchive.org/release/e0995332-bf54-30de-937d-6fdfab473c42/15016325900-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e0995332-bf54-30de-937d-6fdfab473c42/15016325900-250.jpg",
    "song": "Something Else",
    "track_id": null,
    "recording_id": "f95810e9-00d6-499a-939a-aa5447fdbecc",
    "artist": "Sid Vicious",
    "artist_ids": [
        "637504e3-be95-4005-83ee-3ebb91f9fcf9"
    ],
    "album": "Sid Sings",
    "release_id": null,
    "release_group_id": "76be0143-ed0a-3969-b496-cb839447e127",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1979-12-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "After his time with the Sex Pistols, Sid Vicious stepped into the spotlight with solo material, captured here on Sid Sings.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}