Information about plays

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

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

{
    "id": 3543869,
    "uri": "https://api.kexp.org/v2/plays/3543869/?format=api",
    "airdate": "2025-08-23T19:08:14-07:00",
    "show": 64369,
    "show_uri": "https://api.kexp.org/v2/shows/64369/?format=api",
    "image_uri": "https://coverartarchive.org/release/f80ecaa5-4234-46b0-967d-8ee7a6b14d77/9619153838-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f80ecaa5-4234-46b0-967d-8ee7a6b14d77/9619153838-250.jpg",
    "song": "Gimme Luv",
    "track_id": null,
    "recording_id": "0bec2ede-ce20-4413-b298-b0b5cf62ffed",
    "artist": "Tight Bro's From Way Back When",
    "artist_ids": [
        "d9ca0787-56cc-4e08-8431-7668e502bb4a"
    ],
    "album": "Runnin' Thru My Bones",
    "release_id": null,
    "release_group_id": "677c184a-b9c7-35ab-9b4e-c02a87761354",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "1999-04-27",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Crazy punk from Olympia!\n\nhttps://tightbrosfromwaybackwhen.bandcamp.com/album/runnin-thru-my-bones",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}