Information about plays

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

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

{
    "id": 3520291,
    "uri": "https://api.kexp.org/v2/plays/3520291/?format=api",
    "airdate": "2025-06-29T06:19:23-07:00",
    "show": 63868,
    "show_uri": "https://api.kexp.org/v2/shows/63868/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Ramble (Night, May 2021)",
    "track_id": null,
    "recording_id": null,
    "artist": "Cassandra Jenkins",
    "artist_ids": [
        "1c5fb201-9555-4e94-94b6-d5ac6fccb64c"
    ],
    "album": "The Ramble",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Ba Da Bing!"
    ],
    "label_ids": [
        "06d4f1d0-1c13-4648-b666-fce5f03d541f"
    ],
    "release_date": "2025-06-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This week's epic bliss-out track is the B-side to this previously tour-only EP from Cassandra Jenkins that features two longform ambient adaptations of the closing track from her 2021 album 'An Overview On Phenomenal Nature' ~ https://cassandrajenkins.bandcamp.com/album/the-ramble",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}