Information about plays

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

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

{
    "id": 3564843,
    "uri": "https://api.kexp.org/v2/plays/3564843/?format=api",
    "airdate": "2025-10-14T05:00:28-07:00",
    "show": 64831,
    "show_uri": "https://api.kexp.org/v2/shows/64831/?format=api",
    "image_uri": "https://ia800800.us.archive.org/8/items/mbid-3eecb32a-de9c-4c35-a829-6eca51c6cd36/mbid-3eecb32a-de9c-4c35-a829-6eca51c6cd36-18468140998_thumb500.jpg",
    "thumbnail_uri": "https://ia800800.us.archive.org/8/items/mbid-3eecb32a-de9c-4c35-a829-6eca51c6cd36/mbid-3eecb32a-de9c-4c35-a829-6eca51c6cd36-18468140998_thumb250.jpg",
    "song": "New Dawn",
    "track_id": "6392e0b8-62fc-4b5c-858b-a96a470b97b7",
    "recording_id": "a3acb955-281c-4b63-9b5c-4fa3469af526",
    "artist": "Moon Duo",
    "artist_ids": [
        "7f89e20f-46f3-4571-9ae0-b29dcdb4bbe9"
    ],
    "album": "Occult Architecture, Vol. 2",
    "release_id": "3eecb32a-de9c-4c35-a829-6eca51c6cd36",
    "release_group_id": "e66c60c9-947d-4c76-83bb-3d7aca0251e8",
    "labels": [
        "Sacred Bones Records"
    ],
    "label_ids": [
        "dba6e089-932a-4442-9ebe-fbbceb9476ef"
    ],
    "release_date": "2017-05-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Portland, Oregon. Moon Duo’s fourth album a psychedelic opus in two separate volumes released in 2017. Watch Moon Duo, performing live in the KEXP studio. Recorded March 3, 2017. https://www.youtube.com/watch?v=kFcWOgEB2GQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}