Information about plays

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

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

{
    "id": 3546549,
    "uri": "https://api.kexp.org/v2/plays/3546549/?format=api",
    "airdate": "2025-08-30T03:08:17-07:00",
    "show": 64424,
    "show_uri": "https://api.kexp.org/v2/shows/64424/?format=api",
    "image_uri": "https://ia800107.us.archive.org/24/items/mbid-98bdd77a-de89-36dd-8e91-9a3e7d232ad4/mbid-98bdd77a-de89-36dd-8e91-9a3e7d232ad4-10297660001_thumb500.jpg",
    "thumbnail_uri": "https://ia800107.us.archive.org/24/items/mbid-98bdd77a-de89-36dd-8e91-9a3e7d232ad4/mbid-98bdd77a-de89-36dd-8e91-9a3e7d232ad4-10297660001_thumb250.jpg",
    "song": "A Time for Fear (Who's Afraid)",
    "track_id": "abfe6f93-7f13-342a-b6db-706c294cb8a4",
    "recording_id": "3c01c79f-c98a-4b40-8902-04db9baeef48",
    "artist": "Art of Noise",
    "artist_ids": [
        "be899560-1570-402e-9f95-3182898a8b70"
    ],
    "album": "(Who's Afraid Of?) The Art of Noise!",
    "release_id": "98bdd77a-de89-36dd-8e91-9a3e7d232ad4",
    "release_group_id": "a989c2cb-1331-3006-8e01-23e1d7530b75",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}