Information about plays

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

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

{
    "id": 3588770,
    "uri": "https://api.kexp.org/v2/plays/3588770/?format=api",
    "airdate": "2025-12-09T04:27:12-08:00",
    "show": 65328,
    "show_uri": "https://api.kexp.org/v2/shows/65328/?format=api",
    "image_uri": "https://coverartarchive.org/release/8c643ee1-f93e-4b4f-9ac0-f0e7c241e13a/17261277399-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8c643ee1-f93e-4b4f-9ac0-f0e7c241e13a/17261277399-250.jpg",
    "song": "Riot",
    "track_id": null,
    "recording_id": "e014470a-bb5e-4ee0-96e3-f03dda5083a5",
    "artist": "Hugh Masekela",
    "artist_ids": [
        "83a2e0fb-3d9b-46ff-b383-3dde54c15297"
    ],
    "album": "Masekela",
    "release_id": null,
    "release_group_id": "53347e31-7dea-4844-b01e-1ae9822d8ba9",
    "labels": [
        "UNI Records"
    ],
    "label_ids": [
        "83dedbf0-9cd7-470a-b317-0bb724785b20"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Famously sampled on that Earl Sweatshirt interlude -- https://www.youtube.com/watch?v=fh7a5hfh7-Y",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}