Information about plays

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

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

{
    "id": 3520430,
    "uri": "https://api.kexp.org/v2/plays/3520430/?format=api",
    "airdate": "2025-06-29T14:51:43-07:00",
    "show": 63873,
    "show_uri": "https://api.kexp.org/v2/shows/63873/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Flip a Coin",
    "track_id": null,
    "recording_id": null,
    "artist": "Peanut Butter Orchestra",
    "artist_ids": [],
    "album": "You Can See Us When You're Tall",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Unreel Records"
    ],
    "label_ids": [
        "55cc7a4f-fc6d-46f0-bbf7-5519adfc02d0"
    ],
    "release_date": "2025-06-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Konrad Ritter (of Konrad Ritter and Neph fame) teams up with Georg Wedel as newly found 'Peanut Butter Orchesta' to deliver a deep and sample-laden EP .\n\nhttps://unreelrecords.bandcamp.com/album/you-can-see-us-when-youre-tall-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}