Information about plays

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

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

{
    "id": 3543598,
    "uri": "https://api.kexp.org/v2/plays/3543598/?format=api",
    "airdate": "2025-08-23T04:12:47-07:00",
    "show": 64361,
    "show_uri": "https://api.kexp.org/v2/shows/64361/?format=api",
    "image_uri": "https://coverartarchive.org/release/3314b13a-1c66-4e41-b09f-a479e25cf08b/11819065126-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3314b13a-1c66-4e41-b09f-a479e25cf08b/11819065126-250.jpg",
    "song": "Chariot Choogle",
    "track_id": null,
    "recording_id": "da2631ed-0407-4eb4-b1fa-9807fb34ee80",
    "artist": "T. Rex",
    "artist_ids": [
        "c842d29f-a297-48cd-bb71-4f77fd672b16"
    ],
    "album": "The Slider",
    "release_id": null,
    "release_group_id": "bf12c581-95c6-3cde-8ac2-713e803fc9e9",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1972-07-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}