Information about plays

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

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

{
    "id": 3544028,
    "uri": "https://api.kexp.org/v2/plays/3544028/?format=api",
    "airdate": "2025-08-24T02:19:40-07:00",
    "show": 64373,
    "show_uri": "https://api.kexp.org/v2/shows/64373/?format=api",
    "image_uri": "https://ia600708.us.archive.org/35/items/mbid-40c94d4e-c790-4336-ad41-5be8263a71ee/mbid-40c94d4e-c790-4336-ad41-5be8263a71ee-42195696640_thumb500.jpg",
    "thumbnail_uri": "https://dn721700.ca.archive.org/0/items/mbid-40c94d4e-c790-4336-ad41-5be8263a71ee/mbid-40c94d4e-c790-4336-ad41-5be8263a71ee-42195696640_thumb250.jpg",
    "song": "Bad Bruise",
    "track_id": "33897995-65bf-4901-ae9e-ce4ade767d1d",
    "recording_id": "c2b8b13b-89e1-4215-97bb-c82db914baf1",
    "artist": "Pool Kids",
    "artist_ids": [
        "fee23a56-354f-4387-a2f4-d4495360c08f"
    ],
    "album": "Easier Said Than Done",
    "release_id": "40c94d4e-c790-4336-ad41-5be8263a71ee",
    "release_group_id": "bce30832-7add-4ad2-b6cd-cf210dcdeb28",
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "2025-08-15",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}