Information about plays

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

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

{
    "id": 3545657,
    "uri": "https://api.kexp.org/v2/plays/3545657/?format=api",
    "airdate": "2025-08-27T23:33:11-07:00",
    "show": 64405,
    "show_uri": "https://api.kexp.org/v2/shows/64405/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Roundabout",
    "track_id": null,
    "recording_id": null,
    "artist": "The Beths",
    "artist_ids": [
        "4c74fc48-8108-4556-87af-154af74f2ce5"
    ],
    "album": "Straight Line Was A Lie",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2025-08-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Beths out this Friday! Playing tomorrow night at Bob Baker Marionette Theater in L.A.\n\nhttps://thebethsnz.bandcamp.com/album/straight-line-was-a-lie",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}