Information about plays

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

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

{
    "id": 3544958,
    "uri": "https://api.kexp.org/v2/plays/3544958/?format=api",
    "airdate": "2025-08-26T06:43:40-07:00",
    "show": 64391,
    "show_uri": "https://api.kexp.org/v2/shows/64391/?format=api",
    "image_uri": "https://dn721803.ca.archive.org/0/items/mbid-a93dbb10-9c28-4900-8372-062bd810b4b9/mbid-a93dbb10-9c28-4900-8372-062bd810b4b9-33304197802_thumb500.jpg",
    "thumbnail_uri": "https://dn721803.ca.archive.org/0/items/mbid-a93dbb10-9c28-4900-8372-062bd810b4b9/mbid-a93dbb10-9c28-4900-8372-062bd810b4b9-33304197802_thumb250.jpg",
    "song": "Pink Matter",
    "track_id": "615e180e-6561-3697-b53d-7ee77f0237d1",
    "recording_id": "9ac93b0d-f1b3-4fa0-b8df-99266215e835",
    "artist": "Frank Ocean feat. André 3000",
    "artist_ids": [
        "f563a1a9-069b-41ed-8b3b-e1b1a6f5b34b",
        "e520459c-dff4-491d-a6e4-c97be35e0044"
    ],
    "album": "Channel Orange",
    "release_id": "241be558-9801-43e7-8070-49c7a5edad73",
    "release_group_id": "f8f4167d-897c-4b25-a171-638374d1dfa4",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "2012-07-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Frank Ocean's 2012 'Channel Orange' was lauded for its unconventional musical style, film-inspired segue tracks, and songs that draw on electro-funk, pop-soul, jazz-funk, and psychedelic music. OutKast's André 3000 was featured on this track from the album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}