Information about plays

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

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

{
    "id": 3583398,
    "uri": "https://api.kexp.org/v2/plays/3583398/?format=api",
    "airdate": "2025-11-26T21:56:10-08:00",
    "show": 65218,
    "show_uri": "https://api.kexp.org/v2/shows/65218/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "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"
}