Information about plays

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

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

{
    "id": 3527521,
    "uri": "https://api.kexp.org/v2/plays/3527521/?format=api",
    "airdate": "2025-07-16T00:54:49-07:00",
    "show": 64025,
    "show_uri": "https://api.kexp.org/v2/shows/64025/?format=api",
    "image_uri": "https://ia801506.us.archive.org/15/items/mbid-8cb00929-b06c-410b-af28-c7e037e9d936/mbid-8cb00929-b06c-410b-af28-c7e037e9d936-34003834513_thumb500.jpg",
    "thumbnail_uri": "https://ia801506.us.archive.org/15/items/mbid-8cb00929-b06c-410b-af28-c7e037e9d936/mbid-8cb00929-b06c-410b-af28-c7e037e9d936-34003834513_thumb250.jpg",
    "song": "Better in the Dark",
    "track_id": "49f79394-0896-45ff-b42d-4cac5bfaa44e",
    "recording_id": "8830029e-c795-4cc7-928f-8b4c0b225115",
    "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": "https://tvgirl.bandcamp.com/album/summers-over",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}