Information about plays

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

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

{
    "id": 3588574,
    "uri": "https://api.kexp.org/v2/plays/3588574/?format=api",
    "airdate": "2025-12-08T17:13:25-08:00",
    "show": 65325,
    "show_uri": "https://api.kexp.org/v2/shows/65325/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Feather Treasure",
    "track_id": null,
    "recording_id": null,
    "artist": "Jesse Sykes & The Sweet Hereafter",
    "artist_ids": [
        "254b5419-1819-49c9-abcf-6e9b8210ebf4"
    ],
    "album": "Forever, I've Been Being Born",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Southern Lord"
    ],
    "label_ids": [
        "3b78c7e5-6292-4f6b-b921-bdcbe681ea27"
    ],
    "release_date": "2025-11-28",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "First album since 2011 for Seattle artist Jesse Sykes.\n\nhttps://jessesykesandthesweethereafter.bandcamp.com/album/forever-ive-been-being-born",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}