Information about plays

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

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

{
    "id": 3562064,
    "uri": "https://api.kexp.org/v2/plays/3562064/?format=api",
    "airdate": "2025-10-06T16:37:28-07:00",
    "show": 64765,
    "show_uri": "https://api.kexp.org/v2/shows/64765/?format=api",
    "image_uri": "https://coverartarchive.org/release/0d9f09ba-9e32-3d63-822a-a67935dc05d4/8878785226-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0d9f09ba-9e32-3d63-822a-a67935dc05d4/8878785226-250.jpg",
    "song": "Track C — Group Dancers: (Soul Fusion) Freewoman and Oh, This Freedom’s Slave Cries",
    "track_id": null,
    "recording_id": "dd3b74f3-9c64-4390-b0d9-3fe418890b11",
    "artist": "Charles Mingus",
    "artist_ids": [
        "f3b8e107-abe8-4743-b6a3-4a4ee995e71f"
    ],
    "album": "The Black Saint and the Sinner Lady",
    "release_id": null,
    "release_group_id": "48070ee2-1865-3b11-ba36-360b1453a37a",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1963-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#525\n\nCount down with KEXP listener's favorite albums of all time.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}