Information about plays

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

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

{
    "id": 3522804,
    "uri": "https://api.kexp.org/v2/plays/3522804/?format=api",
    "airdate": "2025-07-05T02:15:58-07:00",
    "show": 63922,
    "show_uri": "https://api.kexp.org/v2/shows/63922/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stal-no",
    "track_id": null,
    "recording_id": "94f70efb-d89d-4107-87d5-cbcb3ba21055",
    "artist": "VIA Talas",
    "artist_ids": [
        "f140cc56-e6c7-404b-82ba-921263251915"
    ],
    "album": "Perfektan Dan Za Banana Ribe",
    "release_id": null,
    "release_group_id": "d4c3cba8-80c5-4d9b-9374-2bdc55c90688",
    "labels": [
        "Sarajevo Disk"
    ],
    "label_ids": [],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.discogs.com/release/965240-Talas-Perfektan-Dan-Za-Banana-Ribe",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}