Information about plays

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

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

{
    "id": 3567529,
    "uri": "https://api.kexp.org/v2/plays/3567529/?format=api",
    "airdate": "2025-10-20T08:31:12-07:00",
    "show": 64885,
    "show_uri": "https://api.kexp.org/v2/shows/64885/?format=api",
    "image_uri": "https://dn721908.ca.archive.org/0/items/mbid-e80c7542-f87b-48e7-a269-1ce9315f1bc1/mbid-e80c7542-f87b-48e7-a269-1ce9315f1bc1-39477066575_thumb500.jpg",
    "thumbnail_uri": "https://dn721908.ca.archive.org/0/items/mbid-e80c7542-f87b-48e7-a269-1ce9315f1bc1/mbid-e80c7542-f87b-48e7-a269-1ce9315f1bc1-39477066575_thumb250.jpg",
    "song": "Biting My Nails",
    "track_id": "28bcc898-8df7-48af-93e5-e2b6e686612c",
    "recording_id": "a7d985c9-7d10-44d0-a58f-2f6a15274c75",
    "artist": "Renegade Soundwave",
    "artist_ids": [
        "5e074654-aad2-4944-bce6-3aa1d16bb2d2"
    ],
    "album": "Soundclash",
    "release_id": "e80c7542-f87b-48e7-a269-1ce9315f1bc1",
    "release_group_id": "f4f71013-05f2-3b2d-a47a-5ecd4cb53e00",
    "labels": [
        "Enigma Records"
    ],
    "label_ids": [
        "d6f7f7c6-dbcf-4647-b370-b06a3b645d3d"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Biting My Nails\" is a cover of a song by Genevieve Waite off her 1974 album \"Romance is on the Rise\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}