Information about plays

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

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

{
    "id": 3521327,
    "uri": "https://api.kexp.org/v2/plays/3521327/?format=api",
    "airdate": "2025-07-01T18:49:45-07:00",
    "show": 63893,
    "show_uri": "https://api.kexp.org/v2/shows/63893/?format=api",
    "image_uri": "https://ia800108.us.archive.org/32/items/mbid-754bfa9c-a4f5-4c18-a290-086bfc410a3a/mbid-754bfa9c-a4f5-4c18-a290-086bfc410a3a-41522024209_thumb500.jpg",
    "thumbnail_uri": "https://ia800108.us.archive.org/32/items/mbid-754bfa9c-a4f5-4c18-a290-086bfc410a3a/mbid-754bfa9c-a4f5-4c18-a290-086bfc410a3a-41522024209_thumb250.jpg",
    "song": "Sunchaser",
    "track_id": "d3ec8553-a948-4e9b-9076-271252177e63",
    "recording_id": "dd2b8ba9-1b60-4cff-a66b-26343c0b3d05",
    "artist": "Arc De Soleil",
    "artist_ids": [
        "140bd83c-475b-4eb3-bf82-27ff4dc92abc"
    ],
    "album": "Lumin Rain",
    "release_id": "754bfa9c-a4f5-4c18-a290-086bfc410a3a",
    "release_group_id": "76260cd8-4f5f-4f43-b45f-d6a2a2502a82",
    "labels": [
        "Maison Records"
    ],
    "label_ids": [
        "f46be6fc-20a7-4ba8-8b29-e08516c77964"
    ],
    "release_date": "2025-06-27",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.arcdesoleil.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}