Information about plays

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

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

{
    "id": 3578184,
    "uri": "https://api.kexp.org/v2/plays/3578184/?format=api",
    "airdate": "2025-11-14T19:12:07-08:00",
    "show": 65109,
    "show_uri": "https://api.kexp.org/v2/shows/65109/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Afro Beat Blues",
    "track_id": null,
    "recording_id": "a0213d0c-9c5e-40f7-aca1-5c912095bc74",
    "artist": "OjahwithHugh Masekela",
    "artist_ids": [
        "8a8a7849-79c3-451a-99bd-18bec6493671",
        "83a2e0fb-3d9b-46ff-b383-3dde54c15297"
    ],
    "album": "The Chisa Years 1965-1975 (Rare And Unreleased)",
    "release_id": null,
    "release_group_id": "d4d45fac-0208-48ae-b922-4eb543db9692",
    "labels": [
        "BBE"
    ],
    "label_ids": [
        "d85e09a6-2401-42aa-943f-50ff940d6583"
    ],
    "release_date": "2006-04-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}