Information about plays

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

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

{
    "id": 3632609,
    "uri": "https://api.kexp.org/v2/plays/3632609/?format=api",
    "airdate": "2026-03-23T04:37:12-07:00",
    "show": 66257,
    "show_uri": "https://api.kexp.org/v2/shows/66257/?format=api",
    "image_uri": "https://coverartarchive.org/release/53f6263f-b675-400f-94ac-3e1b3fccc00d/26357474557-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/53f6263f-b675-400f-94ac-3e1b3fccc00d/26357474557-250.jpg",
    "song": "Cold Blooded",
    "track_id": null,
    "recording_id": null,
    "artist": "Rick James",
    "artist_ids": [
        "cba9cec2-be8d-41bd-91b4-a1cd7de39b0c"
    ],
    "album": "Cold Blooded",
    "release_id": null,
    "release_group_id": "a031ae8f-7fdd-3f5f-99df-21b07e147f36",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1983-08-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees! - \"Cold Blooded\" by Rick James, from his eponymous seventh studio record, also appearing on that GTA soundtrack",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}