Information about plays

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

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

{
    "id": 3570955,
    "uri": "https://api.kexp.org/v2/plays/3570955/?format=api",
    "airdate": "2025-10-28T09:02:50-07:00",
    "show": 64956,
    "show_uri": "https://api.kexp.org/v2/shows/64956/?format=api",
    "image_uri": "https://dn721501.ca.archive.org/0/items/mbid-3e815f71-7c08-4085-be0d-06309f7c2cdf/mbid-3e815f71-7c08-4085-be0d-06309f7c2cdf-18827831598_thumb500.jpg",
    "thumbnail_uri": "https://dn721501.ca.archive.org/0/items/mbid-3e815f71-7c08-4085-be0d-06309f7c2cdf/mbid-3e815f71-7c08-4085-be0d-06309f7c2cdf-18827831598_thumb250.jpg",
    "song": "Growing Up With G'N'R",
    "track_id": "efaf6150-abb0-3cde-a437-d4638c3f5c40",
    "recording_id": "8372bffd-0be2-4c2e-91e6-b89218b127c7",
    "artist": "Aqueduct",
    "artist_ids": [
        "3f06695e-5308-48ef-b3eb-e1f8ac6ef299"
    ],
    "album": "Power Ballads",
    "release_id": "3e815f71-7c08-4085-be0d-06309f7c2cdf",
    "release_group_id": "8f5b8d22-7014-34de-8c16-763f5418d913",
    "labels": [
        "Popular Music"
    ],
    "label_ids": [
        "653cbd56-258e-435f-9092-8cb11958dddf"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday to Paul in New Hampshire!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}