Information about plays

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

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

{
    "id": 3540420,
    "uri": "https://api.kexp.org/v2/plays/3540420/?format=api",
    "airdate": "2025-08-15T14:56:55-07:00",
    "show": 64295,
    "show_uri": "https://api.kexp.org/v2/shows/64295/?format=api",
    "image_uri": "https://ia600401.us.archive.org/33/items/mbid-8b1a4e82-3116-4bf4-8e49-6aad0111ddfc/mbid-8b1a4e82-3116-4bf4-8e49-6aad0111ddfc-39069298015_thumb500.jpg",
    "thumbnail_uri": "https://ia600401.us.archive.org/33/items/mbid-8b1a4e82-3116-4bf4-8e49-6aad0111ddfc/mbid-8b1a4e82-3116-4bf4-8e49-6aad0111ddfc-39069298015_thumb250.jpg",
    "song": "Dreamin’",
    "track_id": "67071a62-3483-488b-8ce8-e590038e7415",
    "recording_id": "f3370902-5d96-4099-aaf1-077dd98f2668",
    "artist": "Common & Pete Rock",
    "artist_ids": [
        "c0a1179b-b14a-4d68-a3c1-1fdab16ed602",
        "39a973f2-0785-4ef6-90d9-551378864f89"
    ],
    "album": "The Auditorium, Vol. 1",
    "release_id": "8b1a4e82-3116-4bf4-8e49-6aad0111ddfc",
    "release_group_id": "ff1a34ea-5589-42d5-a5a1-2b338c57c501",
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2024-07-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Dreamin'\" contains samples of \"People Moving\" by Azar Lawrence, \"Day Dreaming\" by Aretha Franklin, \"Take Your Time (Do It Right)\" by The S.O.S. Band, \"Juicy\" .from The Notorious B.I.G., and \"Shook Ones Part II\" from Mobb Deep.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}