Information about plays

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

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

{
    "id": 3628641,
    "uri": "https://api.kexp.org/v2/plays/3628641/?format=api",
    "airdate": "2026-03-14T04:23:30-07:00",
    "show": 66175,
    "show_uri": "https://api.kexp.org/v2/shows/66175/?format=api",
    "image_uri": "https://coverartarchive.org/release/c59d0308-d154-47cd-8eb2-5ef62e049b57/23887834632-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c59d0308-d154-47cd-8eb2-5ef62e049b57/23887834632-250.jpg",
    "song": "Glycerine Queen",
    "track_id": null,
    "recording_id": "98f30269-5989-4404-a6b8-7d4d6faccb7e",
    "artist": "Suzi Quatro",
    "artist_ids": [
        "2c16cb3f-e85f-4158-889f-ffc038f5792d"
    ],
    "album": "Suzi Quatro",
    "release_id": null,
    "release_group_id": "d5684274-4f60-3f00-8855-cdedcc401556",
    "labels": [
        "RAK"
    ],
    "label_ids": [
        "80c3ece5-2746-4364-8b34-f5ef2b983e21"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}