Information about plays

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

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

{
    "id": 3519734,
    "uri": "https://api.kexp.org/v2/plays/3519734/?format=api",
    "airdate": "2025-06-28T00:45:11-07:00",
    "show": 63854,
    "show_uri": "https://api.kexp.org/v2/shows/63854/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Damn It Feels Good To Be A Gangsta",
    "track_id": null,
    "recording_id": "c7227781-bcd0-44c9-a685-9c5706d9b793",
    "artist": "Geto Boys",
    "artist_ids": [
        "a78ca453-3a53-4b19-8b2d-61b10dd45558"
    ],
    "album": "Uncut Dope",
    "release_id": null,
    "release_group_id": "17308d57-44e2-4fff-941b-6d4d9a24fe21",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}