Information about plays

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

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

{
    "id": 3550299,
    "uri": "https://api.kexp.org/v2/plays/3550299/?format=api",
    "airdate": "2025-09-08T04:44:32-07:00",
    "show": 64506,
    "show_uri": "https://api.kexp.org/v2/shows/64506/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Suite Black",
    "track_id": null,
    "recording_id": null,
    "artist": "Shub",
    "artist_ids": [
        "04ba26f1-719a-4459-9c68-0df9139c8555"
    ],
    "album": "Suite Black",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mohawk\t\n\nDJ Shub (aka Dan General) is nicknamed the ‘Godfather of PowWowStep’ and has found success both in his solo career with his 2020 album ‘War Club’ and as a former member of the group ‘A Tribe Called Red’",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}