Information about plays

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

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

{
    "id": 3567581,
    "uri": "https://api.kexp.org/v2/plays/3567581/?format=api",
    "airdate": "2025-10-20T10:34:08-07:00",
    "show": 64886,
    "show_uri": "https://api.kexp.org/v2/shows/64886/?format=api",
    "image_uri": "https://ia800708.us.archive.org/28/items/mbid-43845284-726a-4a16-8a8a-906c72b225bf/mbid-43845284-726a-4a16-8a8a-906c72b225bf-5516003645_thumb500.jpg",
    "thumbnail_uri": "https://ia800708.us.archive.org/28/items/mbid-43845284-726a-4a16-8a8a-906c72b225bf/mbid-43845284-726a-4a16-8a8a-906c72b225bf-5516003645_thumb250.jpg",
    "song": "Corruption",
    "track_id": "c42b1d8b-9b71-4e8c-9539-af09fde60cab",
    "recording_id": "657c8e86-6f73-4fef-94da-390681049a7d",
    "artist": "Midlake",
    "artist_ids": [
        "da90b5da-349e-4906-a0b4-805f5e46190d"
    ],
    "album": "Antiphon",
    "release_id": "43845284-726a-4a16-8a8a-906c72b225bf",
    "release_group_id": "e9dc4674-4fe7-46e7-aa77-cfd6c3067747",
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2013-11-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://midlakeband.com\n\nWatch the band's 2013 KEXP live performance here: https://www.youtube.com/watch?v=rlOqn0UOmeA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}