Information about plays

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

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

{
    "id": 3549501,
    "uri": "https://api.kexp.org/v2/plays/3549501/?format=api",
    "airdate": "2025-09-06T04:33:18-07:00",
    "show": 64487,
    "show_uri": "https://api.kexp.org/v2/shows/64487/?format=api",
    "image_uri": "https://ia800806.us.archive.org/6/items/mbid-f66e1e0f-9099-4d47-8b6a-dbe0d86a5d83/mbid-f66e1e0f-9099-4d47-8b6a-dbe0d86a5d83-41184253284_thumb500.jpg",
    "thumbnail_uri": "https://ia800806.us.archive.org/6/items/mbid-f66e1e0f-9099-4d47-8b6a-dbe0d86a5d83/mbid-f66e1e0f-9099-4d47-8b6a-dbe0d86a5d83-41184253284_thumb250.jpg",
    "song": "Cocaine & Guns ASAP",
    "track_id": "3271f958-c68a-4d93-941d-dc35fbd28c74",
    "recording_id": "39a42a34-d75d-46c8-989a-0da1a8e50951",
    "artist": "Ape School",
    "artist_ids": [
        "34dfe5b5-19c6-416e-b3f0-9b5a2b32268d"
    ],
    "album": "Junior Violence",
    "release_id": "f66e1e0f-9099-4d47-8b6a-dbe0d86a5d83",
    "release_group_id": "eb0c5cdf-ee03-463d-9398-1e58113b43ea",
    "labels": [
        "Hometapes"
    ],
    "label_ids": [
        "3781d2c8-5a43-46cf-a0ab-4c8165ef76e7"
    ],
    "release_date": "2012-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}