Information about plays

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

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

{
    "id": 3543989,
    "uri": "https://api.kexp.org/v2/plays/3543989/?format=api",
    "airdate": "2025-08-23T23:37:48-07:00",
    "show": 64371,
    "show_uri": "https://api.kexp.org/v2/shows/64371/?format=api",
    "image_uri": "https://coverartarchive.org/release/b192cb42-78a4-46a0-af9e-5d222e399f23/26092570343-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b192cb42-78a4-46a0-af9e-5d222e399f23/26092570343-250.jpg",
    "song": "Double Dare Ya",
    "track_id": null,
    "recording_id": "9fbcc96b-45fb-4138-94bb-79f064da23c6",
    "artist": "Bikini Kill",
    "artist_ids": [
        "1397d045-1603-41fc-80b9-712c18360145"
    ],
    "album": "Bikini Kill",
    "release_id": null,
    "release_group_id": "82c904f4-2176-40a0-915c-70c5d385d565",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "1992-10-09",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"We're Bikini Kill and we want revolution\nGirl-style now!\"\n\nhttps://bikinikill.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}