Information about plays

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

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

{
    "id": 3603029,
    "uri": "https://api.kexp.org/v2/plays/3603029/?format=api",
    "airdate": "2026-01-11T10:23:24-08:00",
    "show": 65622,
    "show_uri": "https://api.kexp.org/v2/shows/65622/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Ain’t Nothin’ (but a Monkey on Your Back)",
    "track_id": null,
    "recording_id": "7716b080-cfc0-4a23-a049-b6d225a09496",
    "artist": "Johnny Nash",
    "artist_ids": [
        "0efaa6e3-3ef1-4481-bc01-aa3d5901dbdc"
    ],
    "album": "Chess Soul: A Decade of Chicago’s Finest",
    "release_id": null,
    "release_group_id": "3716a575-bd06-42a8-a545-9f3d832c6827",
    "labels": [
        "Chess"
    ],
    "label_ids": [
        "6c6eb4e5-f7c7-48bd-93d2-4901b4971e12"
    ],
    "release_date": "1997-08-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally released in 1964 on Argo by the Houston singer best known for the early reggae influenced song I Can See Clearly Now.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}