Information about plays

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

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

{
    "id": 3570445,
    "uri": "https://api.kexp.org/v2/plays/3570445/?format=api",
    "airdate": "2025-10-27T01:44:16-07:00",
    "show": 64945,
    "show_uri": "https://api.kexp.org/v2/shows/64945/?format=api",
    "image_uri": "https://coverartarchive.org/release/aa6f0845-0598-41e4-98ee-1b7a53794022/34187928293-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/aa6f0845-0598-41e4-98ee-1b7a53794022/34187928293-250.jpg",
    "song": "It Ain’t Necessarily So",
    "track_id": null,
    "recording_id": "d9db284f-5656-4bbb-97fc-cde7b4c07b10",
    "artist": "Mary Lou Williams",
    "artist_ids": [
        "4a0c1055-ec66-47a0-a668-c60f48477ed2"
    ],
    "album": "Mary Lou Williams",
    "release_id": null,
    "release_group_id": "1bce2ad1-f883-39a2-93d0-0d75867be578",
    "labels": [
        "Smithsonian Folkways"
    ],
    "label_ids": [
        "a1bc50b9-4ef5-409d-9042-594d653f425a"
    ],
    "release_date": "1964-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}