Information about plays

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

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

{
    "id": 3448885,
    "uri": "https://api.kexp.org/v2/plays/3448885/?format=api",
    "airdate": "2025-01-09T04:37:10-08:00",
    "show": 62329,
    "show_uri": "https://api.kexp.org/v2/shows/62329/?format=api",
    "image_uri": "https://coverartarchive.org/release/1248314f-182f-49b0-94dc-fcb6df96b383/24572478583-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1248314f-182f-49b0-94dc-fcb6df96b383/24572478583-250.jpg",
    "song": "It Should Have Been You",
    "track_id": null,
    "recording_id": "a3e13f8b-21c0-47a8-968a-c81bc317cbf6",
    "artist": "Gwen Guthrie",
    "artist_ids": [
        "0116ef38-f596-440c-a911-8265c2122ab5"
    ],
    "album": "Gwen Guthrie",
    "release_id": null,
    "release_group_id": "281b1732-8f9f-3544-9661-8f1861151bd4",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A mix by legendary DJ of NYC's Paradise Garage, Larry Levan.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}