Information about plays

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

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

{
    "id": 3553107,
    "uri": "https://api.kexp.org/v2/plays/3553107/?format=api",
    "airdate": "2025-09-14T20:58:25-07:00",
    "show": 64563,
    "show_uri": "https://api.kexp.org/v2/shows/64563/?format=api",
    "image_uri": "https://coverartarchive.org/release/ac4118e0-552f-4e2d-b53c-50fc949b2b7a/39785960968-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ac4118e0-552f-4e2d-b53c-50fc949b2b7a/39785960968-250.jpg",
    "song": "Soul Makossa",
    "track_id": null,
    "recording_id": "3ada7db1-60d8-4dec-af38-5c54ed2f5480",
    "artist": "Johnny Zamot",
    "artist_ids": [
        "5495d0f7-9eb4-43de-98cd-64e30638cce7"
    ],
    "album": "New York Latin Hustle!",
    "release_id": null,
    "release_group_id": "95275f79-80ec-3157-9842-87bf66173c58",
    "labels": [
        "Soul Jazz Records"
    ],
    "label_ids": [
        "88ff5195-2c1a-4ea6-94b4-f96384f9bf52"
    ],
    "release_date": "2007-03-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Johnny Zamot originally released his cover of Manu Dibango's \"Soul Makossa\" on the 1974 album \"Zamot,\" but you can find the track on the 2007 compilation album New York Latin Hustle!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}