Information about plays

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

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

{
    "id": 3585688,
    "uri": "https://api.kexp.org/v2/plays/3585688/?format=api",
    "airdate": "2025-12-02T03:35:29-08:00",
    "show": 65267,
    "show_uri": "https://api.kexp.org/v2/shows/65267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spliff Remix",
    "track_id": "d485bfd6-2674-43c7-a09a-c1e2122e4c43",
    "recording_id": "bc635a1d-b9e5-4722-b1c2-8618137a7f18",
    "artist": "Sol",
    "artist_ids": [
        "e536b30f-8984-427d-9199-47594beaa2b3"
    ],
    "album": "Dear Friends, Vol. II",
    "release_id": "2e6d88be-7fa7-4809-993c-3e521ce2ed57",
    "release_group_id": "928fa516-e412-4305-a393-0a842e212c67",
    "labels": [],
    "label_ids": [],
    "release_date": "2010-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Sol is playing in Seattle this Sunday, December 7th at Hidden Hall (with Feed the Biirds & Jonah Marks)\n\nhttps://www.tixr.com/e/157134",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}