Information about plays

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

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

{
    "id": 3624265,
    "uri": "https://api.kexp.org/v2/plays/3624265/?format=api",
    "airdate": "2026-03-02T04:23:21-08:00",
    "show": 66069,
    "show_uri": "https://api.kexp.org/v2/shows/66069/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Got to Reap What You Sow",
    "track_id": null,
    "recording_id": "e508517f-8c97-4501-88cd-f3f2597c512e",
    "artist": "Tampa Red",
    "artist_ids": [
        "1b62df85-00d2-464f-81bc-a5c0cdcad278"
    ],
    "album": "Bottleneck Guitar 1928-1937",
    "release_id": null,
    "release_group_id": "1bf24f07-5c07-33f7-8971-afd2b4c3cfa3",
    "labels": [
        "Yazoo Records"
    ],
    "label_ids": [
        "0a202dda-fc09-453a-9db2-c4828f9c4de2"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}