Information about plays

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

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

{
    "id": 3625393,
    "uri": "https://api.kexp.org/v2/plays/3625393/?format=api",
    "airdate": "2026-03-04T22:56:03-08:00",
    "show": 66093,
    "show_uri": "https://api.kexp.org/v2/shows/66093/?format=api",
    "image_uri": "https://coverartarchive.org/release/fb7ba508-f362-4678-8b56-90ae19b2a888/30021532330-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fb7ba508-f362-4678-8b56-90ae19b2a888/30021532330-250.jpg",
    "song": "Radio, Radio",
    "track_id": null,
    "recording_id": "0eb01c11-9ded-4873-b2fb-7cf3765efa42",
    "artist": "Elvis Costello & The Attractions",
    "artist_ids": [
        "0ffb6573-a98e-412e-aa01-0a580e9d8b06"
    ],
    "album": "This Year’s Model",
    "release_id": null,
    "release_group_id": "5e8117f4-a87f-3732-be5f-313c7e5b308d",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1978-03-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}