Information about plays

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

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

{
    "id": 3530008,
    "uri": "https://api.kexp.org/v2/plays/3530008/?format=api",
    "airdate": "2025-07-21T18:11:34-07:00",
    "show": 64077,
    "show_uri": "https://api.kexp.org/v2/shows/64077/?format=api",
    "image_uri": "https://coverartarchive.org/release/0bb1c5f3-0477-47cf-be86-41d01d31a3f7/2964437208-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0bb1c5f3-0477-47cf-be86-41d01d31a3f7/2964437208-250.jpg",
    "song": "Disco Lady",
    "track_id": null,
    "recording_id": "c38dbe2a-bc90-4c2d-b7f3-86fa873c134e",
    "artist": "Johnnie Taylor",
    "artist_ids": [
        "4c1c21bc-56d9-4bed-8b58-360b08e76ffa"
    ],
    "album": "The 70’s Preservation Society Presents: Disco Fever",
    "release_id": null,
    "release_group_id": "ad8dae49-9e24-3188-b068-b7e01f9a5704",
    "labels": [
        "Razor & Tie"
    ],
    "label_ids": [
        "4b54d76e-7bf0-4988-9a17-1d9e212bb5e4"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This the disco mix !\n\nhttps://www.youtube.com/watch?v=irsKgZWXmcU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}