Information about plays

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

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

{
    "id": 3527524,
    "uri": "https://api.kexp.org/v2/plays/3527524/?format=api",
    "airdate": "2025-07-16T01:00:25-07:00",
    "show": 64026,
    "show_uri": "https://api.kexp.org/v2/shows/64026/?format=api",
    "image_uri": "https://coverartarchive.org/release/7a6acb3e-e2a3-4583-9769-ce624dc09178/8186995815-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7a6acb3e-e2a3-4583-9769-ce624dc09178/8186995815-250.jpg",
    "song": "It's Like That (Jason's Battle Blaster)",
    "track_id": null,
    "recording_id": "36469772-9ff5-4aae-b5af-ade2b93a368c",
    "artist": "Run‐D.M.C. vs. Jason Nevins",
    "artist_ids": [
        "5ecc3f72-20a6-47a0-8dc5-fb0b3dadeea0",
        "c9df45d4-b84b-499f-ae58-3d5a4b94d5e8"
    ],
    "album": "It’s Like That",
    "release_id": null,
    "release_group_id": "243a32f8-8c22-448c-87a4-13d28f48a9be",
    "labels": [
        "Sm:)e Communications"
    ],
    "label_ids": [
        "0a49c20c-984f-4142-a318-66dac1876c05"
    ],
    "release_date": "1997-07-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "wELcOmE 2 the overnight!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}