Information about plays

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

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

{
    "id": 3550507,
    "uri": "https://api.kexp.org/v2/plays/3550507/?format=api",
    "airdate": "2025-09-08T16:01:15-07:00",
    "show": 64511,
    "show_uri": "https://api.kexp.org/v2/shows/64511/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Logical Song (Rhythm Scholars mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Supertramp",
    "artist_ids": [
        "d2ff6b6b-fc30-48dc-8952-06f9d8fc64f8"
    ],
    "album": "The Logical Song / Just Another Nervous Wreck",
    "release_id": null,
    "release_group_id": "4db34795-e02f-4509-b9eb-d5eafe0f35bb",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1979-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rick Davies of Supertramp has passed away at the age of 81. Rest in Power.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}