Information about plays

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

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

{
    "id": 3547880,
    "uri": "https://api.kexp.org/v2/plays/3547880/?format=api",
    "airdate": "2025-09-02T06:37:02-07:00",
    "show": 64452,
    "show_uri": "https://api.kexp.org/v2/shows/64452/?format=api",
    "image_uri": "https://dn721309.ca.archive.org/0/items/mbid-aa087ce4-d417-45e3-bff0-db21b61e8daf/mbid-aa087ce4-d417-45e3-bff0-db21b61e8daf-38572734468_thumb500.jpg",
    "thumbnail_uri": "https://dn721309.ca.archive.org/0/items/mbid-aa087ce4-d417-45e3-bff0-db21b61e8daf/mbid-aa087ce4-d417-45e3-bff0-db21b61e8daf-38572734468_thumb250.jpg",
    "song": "Fireside",
    "track_id": "f2b58049-6d59-46ba-a91c-734f056fe014",
    "recording_id": "8b748c98-ce3d-4f18-8ead-5d3310bda6ef",
    "artist": "Arctic Monkeys",
    "artist_ids": [
        "ada7a83c-e3e1-40f1-93f9-3e73dbc9298a"
    ],
    "album": "AM",
    "release_id": "aa087ce4-d417-45e3-bff0-db21b61e8daf",
    "release_group_id": "a348ba2f-f8b3-4686-b928-e63d8d94d543",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2013-09-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Alex Turner of Arctic Monkeys performed a solo acoustic set live in the KEXP studio, recorded 8/10/11 hosted by (young) Kevin Cole! :D: \nhttps://www.youtube.com/watch?v=vj77WwnCdHw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}