Information about plays

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

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

{
    "id": 3595635,
    "uri": "https://api.kexp.org/v2/plays/3595635/?format=api",
    "airdate": "2025-12-25T02:41:33-08:00",
    "show": 65469,
    "show_uri": "https://api.kexp.org/v2/shows/65469/?format=api",
    "image_uri": "https://coverartarchive.org/release/6bb10721-715f-476a-b125-dcc81f52f988/18279571507-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6bb10721-715f-476a-b125-dcc81f52f988/18279571507-250.jpg",
    "song": "Christmas Cancelled",
    "track_id": null,
    "recording_id": "4231fecb-3079-4950-afd5-b73cb45dc470",
    "artist": "Macka B",
    "artist_ids": [
        "27dd8224-d752-40e5-9af8-47fd33e61d86"
    ],
    "album": "Global Messenger",
    "release_id": null,
    "release_group_id": "5e88a4a0-1b26-3022-b250-45e3b58f1af5",
    "labels": [
        "Ariwa"
    ],
    "label_ids": [
        "0ca1ab85-fd00-4a75-833a-b20e69501542"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}