Information about plays

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

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

{
    "id": 3549116,
    "uri": "https://api.kexp.org/v2/plays/3549116/?format=api",
    "airdate": "2025-09-05T05:59:18-07:00",
    "show": 64478,
    "show_uri": "https://api.kexp.org/v2/shows/64478/?format=api",
    "image_uri": "https://ia801904.us.archive.org/34/items/mbid-085781e0-bd48-3cb4-bd94-d65210bf4850/mbid-085781e0-bd48-3cb4-bd94-d65210bf4850-9708124245_thumb500.jpg",
    "thumbnail_uri": "https://ia801904.us.archive.org/34/items/mbid-085781e0-bd48-3cb4-bd94-d65210bf4850/mbid-085781e0-bd48-3cb4-bd94-d65210bf4850-9708124245_thumb250.jpg",
    "song": "God Only Knows",
    "track_id": "154de693-8665-4f38-ab6b-43331cc605f7",
    "recording_id": "4c2b6a4e-0e03-4516-bb24-4e614a4ac63c",
    "artist": "The Beach Boys",
    "artist_ids": [
        "ebfc1398-8d96-47e3-82c3-f782abcdb13d"
    ],
    "album": "Pet Sounds",
    "release_id": "085781e0-bd48-3cb4-bd94-d65210bf4850",
    "release_group_id": "fdd96703-7b21-365e-bdea-38029fbeb84e",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"God Only Knows\" by The Beach Boys is widely regarded as one of the most beautiful and innovative love songs in pop music, featured on their 1966 album Pet Sounds.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}