Information about plays

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

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

{
    "id": 3543268,
    "uri": "https://api.kexp.org/v2/plays/3543268/?format=api",
    "airdate": "2025-08-22T11:18:16-07:00",
    "show": 64355,
    "show_uri": "https://api.kexp.org/v2/shows/64355/?format=api",
    "image_uri": "https://ia601902.us.archive.org/23/items/mbid-d7880234-febe-4cae-8362-b5b39b233b07/mbid-d7880234-febe-4cae-8362-b5b39b233b07-4027895740_thumb500.jpg",
    "thumbnail_uri": "https://ia601902.us.archive.org/23/items/mbid-d7880234-febe-4cae-8362-b5b39b233b07/mbid-d7880234-febe-4cae-8362-b5b39b233b07-4027895740_thumb250.jpg",
    "song": "Turn Away",
    "track_id": "a129ba65-8422-48db-815c-d6eac37d3f5d",
    "recording_id": "0dd2b7a1-8f50-49b6-ad2e-ff72cb72e52a",
    "artist": "Mikal Cronin",
    "artist_ids": [
        "c1a217e0-4b3e-46d7-9613-6a14c9e70895"
    ],
    "album": "MCII",
    "release_id": "3e23a4e0-3d8f-4302-adee-8cc37ade1d6a",
    "release_group_id": "6ad3a82a-c8aa-4d82-9991-9ac26315620a",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2013-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mikal Cronin played Live on KEXP back in 2013. Check out video from that session here: https://www.youtube.com/watch?v=n-BEEIAplcE\n\n\"Turn Away\" comes from the 2013 album, MCII. His most recent LP is 2023's The Mask. https://mikalcronin.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}