Information about plays

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

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

{
    "id": 3556515,
    "uri": "https://api.kexp.org/v2/plays/3556515/?format=api",
    "airdate": "2025-09-23T00:31:22-07:00",
    "show": 64637,
    "show_uri": "https://api.kexp.org/v2/shows/64637/?format=api",
    "image_uri": "https://coverartarchive.org/release/affc0c7c-25aa-43b6-ac8b-30fe2916e1a3/25193276957-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/affc0c7c-25aa-43b6-ac8b-30fe2916e1a3/25193276957-250.jpg",
    "song": "A For Affirmations",
    "track_id": null,
    "recording_id": null,
    "artist": "BB. Angel",
    "artist_ids": [],
    "album": "Present Days, Present Times",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "39 Records"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Best to start at the beginning of the alphabet - https://39rec.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}