Information about plays

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

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

{
    "id": 3519368,
    "uri": "https://api.kexp.org/v2/plays/3519368/?format=api",
    "airdate": "2025-06-27T04:05:30-07:00",
    "show": 63847,
    "show_uri": "https://api.kexp.org/v2/shows/63847/?format=api",
    "image_uri": "https://dn721505.ca.archive.org/0/items/mbid-89432cf4-3ab0-4d4f-a513-054775c27eea/mbid-89432cf4-3ab0-4d4f-a513-054775c27eea-13391263827_thumb500.jpg",
    "thumbnail_uri": "https://dn721505.ca.archive.org/0/items/mbid-89432cf4-3ab0-4d4f-a513-054775c27eea/mbid-89432cf4-3ab0-4d4f-a513-054775c27eea-13391263827_thumb250.jpg",
    "song": "Starfish and Coffee",
    "track_id": "cefd4a0b-eb15-3228-a2bc-39206680778c",
    "recording_id": "00409f00-fff6-47bf-96de-c2a26d3b94b6",
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Sign “☮” the Times",
    "release_id": "89432cf4-3ab0-4d4f-a513-054775c27eea",
    "release_group_id": "90718403-7634-3786-84bf-2053a7bd4f4c",
    "labels": [
        "Paisley Park"
    ],
    "label_ids": [
        "df9ba4e5-6933-4729-a210-19510b393cdf"
    ],
    "release_date": "1987-07-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It's not quite 7:45, but it'll do ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}