Information about plays

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

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

{
    "id": 3600315,
    "uri": "https://api.kexp.org/v2/plays/3600315/?format=api",
    "airdate": "2026-01-04T19:23:01-08:00",
    "show": 65564,
    "show_uri": "https://api.kexp.org/v2/shows/65564/?format=api",
    "image_uri": "https://coverartarchive.org/release/f9baac65-fb3b-4a55-a7aa-174a1b1ff0b9/35783305694-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f9baac65-fb3b-4a55-a7aa-174a1b1ff0b9/35783305694-250.jpg",
    "song": "Sell My Soul",
    "track_id": null,
    "recording_id": "ad92edf9-78f4-42d2-8d15-a95a6cd679d8",
    "artist": "Sylvester",
    "artist_ids": [
        "4d3b710b-a5f0-4772-97db-f09e47fbc6d8"
    ],
    "album": "Sell My Soul",
    "release_id": null,
    "release_group_id": "8dc95c3f-fa4d-31e4-868e-6bd7f9b229bd",
    "labels": [
        "Fantasy Honey Records"
    ],
    "label_ids": [
        "65289767-21e4-4a0a-9a70-b4fd1cb9ed67"
    ],
    "release_date": "1980-08-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Disco and soul vocalist, musician, bandleader, songwriter, and producer Sylvester released \"Sell My Soul\" on the 1980 album of the same name.",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}