Information about plays

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

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

{
    "id": 3657240,
    "uri": "https://api.kexp.org/v2/plays/3657240/?format=api",
    "airdate": "2026-05-20T13:08:14-07:00",
    "show": 66768,
    "show_uri": "https://api.kexp.org/v2/shows/66768/?format=api",
    "image_uri": "https://dn710208.ca.archive.org/0/items/mbid-8cb00929-b06c-410b-af28-c7e037e9d936/mbid-8cb00929-b06c-410b-af28-c7e037e9d936-34003834513_thumb500.jpg",
    "thumbnail_uri": "https://ia601506.us.archive.org/15/items/mbid-8cb00929-b06c-410b-af28-c7e037e9d936/mbid-8cb00929-b06c-410b-af28-c7e037e9d936-34003834513_thumb250.jpg",
    "song": "Jump the Turnstile",
    "track_id": "565a1a60-e56b-4545-944b-4412996985e5",
    "recording_id": "63dd152d-3196-4518-a7cd-78f4a8150923",
    "artist": "Jordana & TV Girl",
    "artist_ids": [
        "38f0c7ac-46eb-49ca-b3ab-c785ccd05a60",
        "267a9b25-c50b-4f6b-a84d-62a68aab437d"
    ],
    "album": "Summer's Over",
    "release_id": "04f955b2-68be-407d-b17f-0ceff30514cf",
    "release_group_id": "d1d921a4-58fa-424a-9019-8795dc10d4e9",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2021-10-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "2021's \"Summer's Over\" was a collaborative 7-song EP between Jordana Nye and L.A. band  band TV Girl.: https://tvgirl.bandcamp.com/album/summers-over",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}