Information about plays

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

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

{
    "id": 3519382,
    "uri": "https://api.kexp.org/v2/plays/3519382/?format=api",
    "airdate": "2025-06-27T04:58:50-07:00",
    "show": 63847,
    "show_uri": "https://api.kexp.org/v2/shows/63847/?format=api",
    "image_uri": "https://dn721605.ca.archive.org/0/items/mbid-b9337c97-d526-4c3d-a261-48b56937714a/mbid-b9337c97-d526-4c3d-a261-48b56937714a-42226183800_thumb500.jpg",
    "thumbnail_uri": "https://dn721605.ca.archive.org/0/items/mbid-b9337c97-d526-4c3d-a261-48b56937714a/mbid-b9337c97-d526-4c3d-a261-48b56937714a-42226183800_thumb250.jpg",
    "song": "The System",
    "track_id": "c54c4b88-1daa-4ae7-b370-aa628ad64895",
    "recording_id": "bfbc9cb3-0418-4e9d-8249-493f71cf5bd0",
    "artist": "Casual Hex",
    "artist_ids": [
        "3ef2faf6-81ab-4bf5-9816-1666e1b7cfb9"
    ],
    "album": "Zig Zag Lady Illusion II",
    "release_id": "b9337c97-d526-4c3d-a261-48b56937714a",
    "release_group_id": "27f98bf5-b490-4680-851b-047642161339",
    "labels": [
        "Youth Riot"
    ],
    "label_ids": [
        "e76d5482-a531-4336-8417-89ee1240d438"
    ],
    "release_date": "2025-06-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}