Information about plays

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

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

{
    "id": 3572824,
    "uri": "https://api.kexp.org/v2/plays/3572824/?format=api",
    "airdate": "2025-11-01T22:20:05-07:00",
    "show": 64999,
    "show_uri": "https://api.kexp.org/v2/shows/64999/?format=api",
    "image_uri": "https://coverartarchive.org/release/fbb1a97e-44da-4c73-95e0-d16c41c62f13/40531333381-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fbb1a97e-44da-4c73-95e0-d16c41c62f13/40531333381-250.jpg",
    "song": "Control Alt-Right Delete",
    "track_id": null,
    "recording_id": "b6ba4106-7249-48c9-909e-d9a14924b969",
    "artist": "The Briggs",
    "artist_ids": [
        "d580b213-909c-4cef-9e1c-0e8864aa4492"
    ],
    "album": "Control Alt-Right Delete",
    "release_id": null,
    "release_group_id": "525735cb-8ff2-4838-bafc-7525d940e6f7",
    "labels": [
        "Bandcamp"
    ],
    "label_ids": [],
    "release_date": "2016-12-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "LA band formed in 2001.\n\nhttps://thebriggs.bandcamp.com/\nhttps://www.facebook.com/thebriggsmusic/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}