Information about plays

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

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

{
    "id": 3551303,
    "uri": "https://api.kexp.org/v2/plays/3551303/?format=api",
    "airdate": "2025-09-10T12:58:54-07:00",
    "show": 64525,
    "show_uri": "https://api.kexp.org/v2/shows/64525/?format=api",
    "image_uri": "https://ia803102.us.archive.org/8/items/mbid-0eeb0486-050d-4c82-8fa8-9e13a3536215/mbid-0eeb0486-050d-4c82-8fa8-9e13a3536215-24449782770_thumb500.jpg",
    "thumbnail_uri": "https://ia903102.us.archive.org/8/items/mbid-0eeb0486-050d-4c82-8fa8-9e13a3536215/mbid-0eeb0486-050d-4c82-8fa8-9e13a3536215-24449782770_thumb250.jpg",
    "song": "SOS",
    "track_id": "82f76a5c-c325-4f5d-b94d-ed451e88354f",
    "recording_id": "f2ada1c9-fa39-4d15-aa11-9bd798a885a9",
    "artist": "ABBA",
    "artist_ids": [
        "d87e52c5-bb8d-4da8-b941-9f4928627dc8"
    ],
    "album": "Gold: Greatest Hits",
    "release_id": "0eeb0486-050d-4c82-8fa8-9e13a3536215",
    "release_group_id": "b69d665a-3eee-39f3-b156-58b122232304",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thanks for listening to the Midday Show, we'll see ya back here same time, same place tomorrow!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}