Information about plays

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

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

{
    "id": 3640766,
    "uri": "https://api.kexp.org/v2/plays/3640766/?format=api",
    "airdate": "2026-04-11T14:52:01-07:00",
    "show": 66425,
    "show_uri": "https://api.kexp.org/v2/shows/66425/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All 2 of Us",
    "track_id": "4fb5a723-a9c9-4e4b-96cd-87180b1912b0",
    "recording_id": "2283f82d-cf65-41b9-8242-891dbaf922cb",
    "artist": "Black Moth Super Rainbow",
    "artist_ids": [
        "44e14e88-b17a-44d8-9e94-f3afa977239b"
    ],
    "album": "All 2 of Us",
    "release_id": "0c0a97a5-de4f-4449-ae25-1e3ee2a8c42e",
    "release_group_id": "87ca2f67-2021-4c18-9e85-b080f7bf8b95",
    "labels": [
        "Rad Cult"
    ],
    "label_ids": [
        "5b35d2dd-2151-4128-a583-61ac3373550d"
    ],
    "release_date": "2024-08-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://blackmothsuperrainbow.bandcamp.com/album/soft-new-magic-dream",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}