Information about plays

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

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

{
    "id": 3545078,
    "uri": "https://api.kexp.org/v2/plays/3545078/?format=api",
    "airdate": "2025-08-26T13:51:10-07:00",
    "show": 64394,
    "show_uri": "https://api.kexp.org/v2/shows/64394/?format=api",
    "image_uri": "https://dn721700.ca.archive.org/0/items/mbid-40c94d4e-c790-4336-ad41-5be8263a71ee/mbid-40c94d4e-c790-4336-ad41-5be8263a71ee-42195696640_thumb500.jpg",
    "thumbnail_uri": "https://ia600708.us.archive.org/35/items/mbid-40c94d4e-c790-4336-ad41-5be8263a71ee/mbid-40c94d4e-c790-4336-ad41-5be8263a71ee-42195696640_thumb250.jpg",
    "song": "Sorry Not Sorry",
    "track_id": "1b8af7a6-10e8-4838-8d8c-c1976828c1d6",
    "recording_id": "1ce59a69-6a09-4b35-b60e-f1db3c3848e7",
    "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": "Pool Kids are:\nChristine Goodwyne - Vocals, Guitar\nAndrew Anaya - Guitar\nNicolette Alvarez - Bass\nCaden Clinton - Drums\n\nListen to more from 'Easier Said Than Done' here:\nhttps://poolkidsband.bandcamp.com/album/easier-said-than-done",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}