Information about plays

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

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

{
    "id": 3582899,
    "uri": "https://api.kexp.org/v2/plays/3582899/?format=api",
    "airdate": "2025-11-25T18:08:42-08:00",
    "show": 65209,
    "show_uri": "https://api.kexp.org/v2/shows/65209/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Reverberations",
    "track_id": null,
    "recording_id": null,
    "artist": "ĠENN",
    "artist_ids": [
        "ce4d52e4-2383-4086-ac93-890ebe0b9d81"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Republic of Music"
    ],
    "label_ids": [
        "4fa42a9c-115c-4fd0-8473-468627299bc3"
    ],
    "release_date": "2025-10-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new single from ĠENN out of Brighton, UK. \nhttps://genntheband.bandcamp.com/track/reverberations-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}