Information about plays

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

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

{
    "id": 3604118,
    "uri": "https://api.kexp.org/v2/plays/3604118/?format=api",
    "airdate": "2026-01-14T03:44:55-08:00",
    "show": 65645,
    "show_uri": "https://api.kexp.org/v2/shows/65645/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "U Got Me",
    "track_id": "46b21356-ab0b-4c53-b570-58d2e164faf8",
    "recording_id": "2046c82a-0343-4a1b-9d05-e874225813c4",
    "artist": "MMYYKK",
    "artist_ids": [
        "16d608d3-3d7a-4367-a287-ab866f8dd9a7"
    ],
    "album": "The Midst of Things",
    "release_id": "50480844-cf35-4926-9a21-18460d91294e",
    "release_group_id": "47ea11e1-b8a0-401b-b444-b5587b74a350",
    "labels": [
        "Sway Heavy"
    ],
    "label_ids": [
        "ac535340-2887-449f-8f50-013cdc0a625b"
    ],
    "release_date": "2023-07-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://mmyykkvibes.bandcamp.com/album/the-midst-of-things",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}