Information about plays

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

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

{
    "id": 3545200,
    "uri": "https://api.kexp.org/v2/plays/3545200/?format=api",
    "airdate": "2025-08-26T20:13:56-07:00",
    "show": 64396,
    "show_uri": "https://api.kexp.org/v2/shows/64396/?format=api",
    "image_uri": "https://coverartarchive.org/release/8a5653e3-18ef-4e42-afd9-7b5a52a140f4/41471452195-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8a5653e3-18ef-4e42-afd9-7b5a52a140f4/41471452195-250.jpg",
    "song": "Day & Night",
    "track_id": null,
    "recording_id": "2249e1c1-5f46-4507-a572-e073301ac4b4",
    "artist": "Jay Sax",
    "artist_ids": [
        "5420337b-9d1b-4311-b02b-2b1a9a8a6e17"
    ],
    "album": "Day & Night",
    "release_id": null,
    "release_group_id": "4cb715a7-763e-44dd-a29f-1115164cbb29",
    "labels": [],
    "label_ids": [],
    "release_date": "2021-10-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}