Information about plays

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

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

{
    "id": 3574966,
    "uri": "https://api.kexp.org/v2/plays/3574966/?format=api",
    "airdate": "2025-11-07T03:29:18-08:00",
    "show": 65042,
    "show_uri": "https://api.kexp.org/v2/shows/65042/?format=api",
    "image_uri": "https://coverartarchive.org/release/2c83ff04-6a41-445f-a21a-116a9b59acca/34290403019-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2c83ff04-6a41-445f-a21a-116a9b59acca/34290403019-250.jpg",
    "song": "In Cold Queue",
    "track_id": null,
    "recording_id": "6002c144-ed08-4f97-b131-fcc8b5c9cc3a",
    "artist": "高橋幸宏 (Yukihiro Takahashi)",
    "artist_ids": [],
    "album": "Blue Moon Blue",
    "release_id": null,
    "release_group_id": "ca2732c3-130d-4d0a-a39b-0b664f4a0a68",
    "labels": [
        "UNIVERSAL MUSIC LLC"
    ],
    "label_ids": [
        "bd86569c-ba94-4e5e-a3c7-9ebd16b59709"
    ],
    "release_date": "2006-03-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}