Information about plays

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

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

{
    "id": 3549810,
    "uri": "https://api.kexp.org/v2/plays/3549810/?format=api",
    "airdate": "2025-09-06T23:14:58-07:00",
    "show": 64495,
    "show_uri": "https://api.kexp.org/v2/shows/64495/?format=api",
    "image_uri": "https://coverartarchive.org/release/a57f8f3d-109b-4226-ae5d-b4647f7350cf/20922649446-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a57f8f3d-109b-4226-ae5d-b4647f7350cf/20922649446-250.jpg",
    "song": "Sacrifice",
    "track_id": null,
    "recording_id": "7ed8a4b2-e022-4e20-82d3-94b946668fe0",
    "artist": "Flipper",
    "artist_ids": [
        "4e99b3a5-654b-43ee-a9bf-c55c155c0495"
    ],
    "album": "Blow'n Chunks",
    "release_id": null,
    "release_group_id": "c80adc85-e257-3acc-9d27-0f456abc0441",
    "labels": [
        "ROIR"
    ],
    "label_ids": [
        "7ee4764c-62f7-4dc8-abc4-6334dffa979c"
    ],
    "release_date": "1984-03-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Blow'n Chunks is the first live album by Flipper.  The recordings originate from a show performed at CBGB on Thanksgiving Day of 1983.\n\nKurt Cobain included their 1982 debut LP Album – Generic Flipper in his list of his 50 favorite albums of all time.\n\nBruce Loose passed away last week at the age of 66 RIP\n\nhttps://www.brooklynvegan.com/flipper-vocalist-bruce-loose-dies-at-66/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}