Information about plays

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

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

{
    "id": 3571567,
    "uri": "https://api.kexp.org/v2/plays/3571567/?format=api",
    "airdate": "2025-10-29T22:12:32-07:00",
    "show": 64969,
    "show_uri": "https://api.kexp.org/v2/shows/64969/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ghost Hunter",
    "track_id": null,
    "recording_id": null,
    "artist": "No Strings Attached",
    "artist_ids": [],
    "album": "Ghost Hunter",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Accent"
    ],
    "label_ids": [
        "da415d60-011b-4218-9539-1c8b6d966e3d"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of only two singles released in 1968 by this band led by Hans Holzer.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}