Information about plays

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

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

{
    "id": 3555128,
    "uri": "https://api.kexp.org/v2/plays/3555128/?format=api",
    "airdate": "2025-09-19T19:22:32-07:00",
    "show": 64605,
    "show_uri": "https://api.kexp.org/v2/shows/64605/?format=api",
    "image_uri": "https://coverartarchive.org/release/66bf6a99-013c-4987-886f-57c4ce0b116d/23666406150-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/66bf6a99-013c-4987-886f-57c4ce0b116d/23666406150-250.jpg",
    "song": "Gbona",
    "track_id": null,
    "recording_id": "f27151ee-1f70-43a9-925e-89b9f4c793ac",
    "artist": "Burna Boy",
    "artist_ids": [
        "78a19169-ac75-4868-b504-7e2e073118e0"
    ],
    "album": "African Giant",
    "release_id": null,
    "release_group_id": "84444c7d-ef0e-433e-b649-72f71c054eb6",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-07-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "African Giant (2019) Earned Grammy nomination for Best World Music Album; singles included “Anybody,” “Dangote,” “Gbona,” and “On the Low”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}