Information about plays

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

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

{
    "id": 3603316,
    "uri": "https://api.kexp.org/v2/plays/3603316/?format=api",
    "airdate": "2026-01-12T03:52:58-08:00",
    "show": 65629,
    "show_uri": "https://api.kexp.org/v2/shows/65629/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "For My Tittas",
    "track_id": null,
    "recording_id": "0a6e7510-77b4-4f37-acd1-90048a7682f5",
    "artist": "Barkaa",
    "artist_ids": [
        "6174017b-d231-4dee-99b4-72a201271975"
    ],
    "album": "For My Tittas",
    "release_id": null,
    "release_group_id": "a831e701-76a4-4e5d-947d-acd5fc5d6b3d",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2020-03-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Malyangapa / Barkindji\t\n\nBarkaa (Malyangapa and Barkindji) is an Australian rapper and musician. Her name comes from the Barkindji word for the Darling River",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}