Information about plays

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

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

{
    "id": 3607375,
    "uri": "https://api.kexp.org/v2/plays/3607375/?format=api",
    "airdate": "2026-01-21T21:47:47-08:00",
    "show": 65718,
    "show_uri": "https://api.kexp.org/v2/shows/65718/?format=api",
    "image_uri": "https://coverartarchive.org/release/f0051c9b-1f8d-4470-a87d-b3bfb701eebb/35714983971-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f0051c9b-1f8d-4470-a87d-b3bfb701eebb/35714983971-250.jpg",
    "song": "The Conservation of Energy",
    "track_id": null,
    "recording_id": "5b9b8750-acc7-45ac-942a-78859bbbadc1",
    "artist": "Vanishing Twin",
    "artist_ids": [
        "487a96f2-eefd-485e-892b-2cf240835bf4"
    ],
    "album": "Choose Your Own Adventure",
    "release_id": null,
    "release_group_id": "5ec7852c-34f2-4c90-8cdb-73deee6a604f",
    "labels": [
        "Soundway"
    ],
    "label_ids": [
        "f430383a-3137-4ffd-8720-5e50bf8e8a27"
    ],
    "release_date": "2016-09-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Vanishing Twin - The Conservation Of Energy (Live on KEXP) - https://www.youtube.com/watch?v=jv4mQxgHvUc\n\nhttps://www.vanishingtwin.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}