Information about plays

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

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

{
    "id": 3575316,
    "uri": "https://api.kexp.org/v2/plays/3575316/?format=api",
    "airdate": "2025-11-07T23:43:23-08:00",
    "show": 65049,
    "show_uri": "https://api.kexp.org/v2/shows/65049/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "King Kunta",
    "track_id": null,
    "recording_id": "60c1a164-468f-464b-aac5-31cd6b230eb9",
    "artist": "Kendrick Lamar",
    "artist_ids": [
        "381086ea-f511-4aba-bdf9-71c753dc5077"
    ],
    "album": "To Pimp a Butterfly",
    "release_id": null,
    "release_group_id": "d9103c72-3807-4378-9ce7-b6f3e8fdd547",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2015-03-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}