Information about plays

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

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

{
    "id": 3525024,
    "uri": "https://api.kexp.org/v2/plays/3525024/?format=api",
    "airdate": "2025-07-10T04:57:37-07:00",
    "show": 63970,
    "show_uri": "https://api.kexp.org/v2/shows/63970/?format=api",
    "image_uri": "https://coverartarchive.org/release/fcc25701-7d00-4426-9468-c7a8462bf410/34379956437-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fcc25701-7d00-4426-9468-c7a8462bf410/34379956437-250.jpg",
    "song": "Block Party (disco mix)",
    "track_id": null,
    "recording_id": "0aaef20b-1edb-455f-83f5-e9feee4703ff",
    "artist": "Anthony White",
    "artist_ids": [
        "0a0a4440-ae5f-4224-810a-f7b0d87c5145"
    ],
    "album": "I Can’t Turn You Loose / Block Party",
    "release_id": null,
    "release_group_id": "e7052600-683a-4933-a210-b9dd4348dcb4",
    "labels": [
        "Salsoul Records"
    ],
    "label_ids": [
        "edb659b4-29cb-48f2-9d48-4fcfe9656e73"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Instrumental B-side by the Salsoul Orchestra, mixed by Walter Gibbons.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}