Information about plays

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

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

{
    "id": 3547234,
    "uri": "https://api.kexp.org/v2/plays/3547234/?format=api",
    "airdate": "2025-08-31T16:34:00-07:00",
    "show": 64438,
    "show_uri": "https://api.kexp.org/v2/shows/64438/?format=api",
    "image_uri": "https://coverartarchive.org/release/226e1cc6-f139-4a35-90a3-cb6be7fdf6ef/24739627982-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/226e1cc6-f139-4a35-90a3-cb6be7fdf6ef/24739627982-250.jpg",
    "song": "Colors",
    "track_id": null,
    "recording_id": "543176b9-13a0-49fa-8ded-e5842aa8e541",
    "artist": "Black Pumas",
    "artist_ids": [
        "dd569857-d15e-4dbe-baad-b46a5ffe34a0"
    ],
    "album": "Black Pumas",
    "release_id": null,
    "release_group_id": "a59674f1-3160-44c5-bb67-3fe77f266ce9",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2019-06-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Austin psych-soul band. https://www.blackpumas.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}