Information about plays

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

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

{
    "id": 3604348,
    "uri": "https://api.kexp.org/v2/plays/3604348/?format=api",
    "airdate": "2026-01-14T17:24:32-08:00",
    "show": 65650,
    "show_uri": "https://api.kexp.org/v2/shows/65650/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gun Metal Grey",
    "track_id": "0e6b3da5-ed7a-4f24-bd37-dc0e07bc04e7",
    "recording_id": "cc8c0ae0-b283-4ae6-85e3-cdfacc5782ff",
    "artist": "The Budos Band",
    "artist_ids": [
        "b6fa9b9b-41cf-45a6-adc0-0a4c9a8c0d3c"
    ],
    "album": "Long in the Tooth",
    "release_id": "e2d133a3-0c64-4f9e-ab74-d154d54a4b08",
    "release_group_id": "0c411624-71b7-489c-b1ad-14a53182dee1",
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2020-10-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Emily in Fremont!\n\n\"Such a fun day, thanks for always putting on an awesome show. Gets me and many others through those last long work hours\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}