Information about plays

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

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

{
    "id": 3632303,
    "uri": "https://api.kexp.org/v2/plays/3632303/?format=api",
    "airdate": "2026-03-22T09:42:18-07:00",
    "show": 66250,
    "show_uri": "https://api.kexp.org/v2/shows/66250/?format=api",
    "image_uri": "https://coverartarchive.org/release/cc59710f-d564-414d-aece-e11da2a9e2de/14877356020-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cc59710f-d564-414d-aece-e11da2a9e2de/14877356020-250.jpg",
    "song": "Loop de Loop",
    "track_id": null,
    "recording_id": "f568223b-cc93-42de-8412-7e8e837baa84",
    "artist": "Nilsson",
    "artist_ids": [
        "e5963d26-01fa-40f5-b200-e0127f410a45"
    ],
    "album": "Pussy Cats",
    "release_id": null,
    "release_group_id": "2b9db00f-a718-30ca-8cff-17a268f10a8b",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1974-08-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The tenth album by Nilsson was produced by John Lennon during his \"Lost Weekend\" period and was inspired by the bad press Nilsson and Lennon were getting at the time for being drunk and rowdy in Los Angeles.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}