Information about plays

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

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

{
    "id": 3580031,
    "uri": "https://api.kexp.org/v2/plays/3580031/?format=api",
    "airdate": "2025-11-19T00:30:55-08:00",
    "show": 65149,
    "show_uri": "https://api.kexp.org/v2/shows/65149/?format=api",
    "image_uri": "https://dn710301.ca.archive.org/0/items/mbid-f8b60b3f-c604-4fb2-b214-4d35ee2affab/mbid-f8b60b3f-c604-4fb2-b214-4d35ee2affab-11965909347_thumb500.jpg",
    "thumbnail_uri": "https://dn710301.ca.archive.org/0/items/mbid-f8b60b3f-c604-4fb2-b214-4d35ee2affab/mbid-f8b60b3f-c604-4fb2-b214-4d35ee2affab-11965909347_thumb250.jpg",
    "song": "REALiTi",
    "track_id": "6e112a6f-6cd1-4232-a5cc-9d117de0b748",
    "recording_id": "4b6bdd49-9e6f-4b8d-849f-4213518ab464",
    "artist": "Grimes",
    "artist_ids": [
        "7e5a2a59-6d9f-4a17-b7c2-e1eedb7bd222"
    ],
    "album": "Art Angels",
    "release_id": "f8b60b3f-c604-4fb2-b214-4d35ee2affab",
    "release_group_id": "cac0be2c-509f-40a9-b1ac-a70aa2243a54",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2015-11-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}