Information about plays

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

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

{
    "id": 3546756,
    "uri": "https://api.kexp.org/v2/plays/3546756/?format=api",
    "airdate": "2025-08-30T15:43:36-07:00",
    "show": 64430,
    "show_uri": "https://api.kexp.org/v2/shows/64430/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Yeah Yeah Yeah Song (Radio Edit)",
    "track_id": "534cfb5e-97f9-3639-b6f9-2ebfde6aa94f",
    "recording_id": "e099fe61-509e-4cf8-a70c-1b455dc60f1f",
    "artist": "The Flaming Lips",
    "artist_ids": [
        "1f43d76f-8edf-44f6-aaf1-b65f05ad9402"
    ],
    "album": "If You Could Blow Up the World With the Flick of a Switch",
    "release_id": "fd07562e-fb08-4f2f-ad5d-bf5fcfadfa6a",
    "release_group_id": "92775327-edda-309d-bd56-f1194022f32c",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah yeah",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}