Information about plays

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

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

{
    "id": 3568707,
    "uri": "https://api.kexp.org/v2/plays/3568707/?format=api",
    "airdate": "2025-10-22T23:56:48-07:00",
    "show": 64907,
    "show_uri": "https://api.kexp.org/v2/shows/64907/?format=api",
    "image_uri": "https://coverartarchive.org/release/8af759be-1495-4cc4-85a7-47edc21fa348/32251121765-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8af759be-1495-4cc4-85a7-47edc21fa348/32251121765-250.jpg",
    "song": "High and Dry",
    "track_id": null,
    "recording_id": "83cf16bc-01db-4766-9e3e-f3c796639cf2",
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "The Bends",
    "release_id": null,
    "release_group_id": "b8048f24-c026-3398-b23a-b5e50716cbc7",
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "1994-11-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}