Information about plays

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

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

{
    "id": 3612328,
    "uri": "https://api.kexp.org/v2/plays/3612328/?format=api",
    "airdate": "2026-02-02T16:06:20-08:00",
    "show": 65824,
    "show_uri": "https://api.kexp.org/v2/shows/65824/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Moondust",
    "track_id": null,
    "recording_id": null,
    "artist": "Afrocop",
    "artist_ids": [
        "229f1ad4-1e1e-4fa0-85a9-f6244ff6e9fb"
    ],
    "album": "Moondust",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2020-07-03",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring, among others, the one and only Noel Brass Jr. on Keyboards and Synths. \n\nhttps://afrocop.bandcamp.com/album/moondust\n\nCheck out their in-studio session here: https://www.youtube.com/watch?v=kCXcKdz8cck",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}