Information about plays

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

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

{
    "id": 3574047,
    "uri": "https://api.kexp.org/v2/plays/3574047/?format=api",
    "airdate": "2025-11-04T21:09:58-08:00",
    "show": 65024,
    "show_uri": "https://api.kexp.org/v2/shows/65024/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ungakhulumi",
    "track_id": null,
    "recording_id": null,
    "artist": "The Blind Guitar Player",
    "artist_ids": [],
    "album": "African Steel",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Olvido Records"
    ],
    "label_ids": [
        "3ca6edc0-37c6-4046-b60c-280aae874c78"
    ],
    "release_date": "2025-09-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://olvidorecords.bandcamp.com/album/african-steel",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}