Information about plays

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

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

{
    "id": 3554356,
    "uri": "https://api.kexp.org/v2/plays/3554356/?format=api",
    "airdate": "2025-09-17T22:40:42-07:00",
    "show": 64590,
    "show_uri": "https://api.kexp.org/v2/shows/64590/?format=api",
    "image_uri": "https://ia600709.us.archive.org/31/items/mbid-7e82f9e9-813b-4676-896a-876095ee7395/mbid-7e82f9e9-813b-4676-896a-876095ee7395-22280192033_thumb500.jpg",
    "thumbnail_uri": "https://dn721909.ca.archive.org/0/items/mbid-7e82f9e9-813b-4676-896a-876095ee7395/mbid-7e82f9e9-813b-4676-896a-876095ee7395-22280192033_thumb250.jpg",
    "song": "Sad Night, Where Is Morning?",
    "track_id": "44368556-4b92-31df-8de0-8be7f6890ead",
    "recording_id": "f854d2c5-533e-44aa-a7f1-1fd174b73286",
    "artist": "The Ocean Blue",
    "artist_ids": [
        "ec091c5c-cb67-47e7-a2c9-e61ec1afc17a"
    ],
    "album": "Ultramarine",
    "release_id": "7e82f9e9-813b-4676-896a-876095ee7395",
    "release_group_id": "3d0841ed-8241-4a36-aac0-247a32fcc4d1",
    "labels": [],
    "label_ids": [],
    "release_date": "2013-03-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Request for Rafael!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}