Information about plays

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

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

{
    "id": 3572507,
    "uri": "https://api.kexp.org/v2/plays/3572507/?format=api",
    "airdate": "2025-11-01T06:39:26-07:00",
    "show": 64990,
    "show_uri": "https://api.kexp.org/v2/shows/64990/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Enough",
    "track_id": null,
    "recording_id": "9a8ec9f4-54b3-4f93-a6ea-d8fbf5e92505",
    "artist": "Tanukichan",
    "artist_ids": [
        "57fab85f-5700-4238-a5b2-5441e7a740d3"
    ],
    "album": "Radiolove",
    "release_id": null,
    "release_group_id": "747f6889-3c27-46f3-bbf6-8655890091ad",
    "labels": [
        "Company Records"
    ],
    "label_ids": [
        "98b3cc0e-0467-4874-8bdc-e505e662151c"
    ],
    "release_date": "2016-08-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}