Information about plays

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

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

{
    "id": 3557812,
    "uri": "https://api.kexp.org/v2/plays/3557812/?format=api",
    "airdate": "2025-09-26T03:55:57-07:00",
    "show": 64662,
    "show_uri": "https://api.kexp.org/v2/shows/64662/?format=api",
    "image_uri": "https://ia800702.us.archive.org/3/items/mbid-e2a74011-d952-4db1-88ed-a21afe2b2ca7/mbid-e2a74011-d952-4db1-88ed-a21afe2b2ca7-10722973123_thumb500.jpg",
    "thumbnail_uri": "https://ia800702.us.archive.org/3/items/mbid-e2a74011-d952-4db1-88ed-a21afe2b2ca7/mbid-e2a74011-d952-4db1-88ed-a21afe2b2ca7-10722973123_thumb250.jpg",
    "song": "Stay With Me",
    "track_id": "cb96e505-1585-3280-b3e6-3e5fbbf0ad02",
    "recording_id": "b707ad91-b612-4cfe-bff0-dc29c4080a45",
    "artist": "Faces",
    "artist_ids": [
        "8c7a8406-f15a-408d-b0f6-23be813bdddc"
    ],
    "album": "A Nod Is as Good as a Wink… to a Blind Horse",
    "release_id": "d7dc02e3-eb6a-3ec4-b0f1-f375276c21e2",
    "release_group_id": "a2b03b50-18a9-3128-878f-24847392155a",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1971-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}