Information about plays

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

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

{
    "id": 3554959,
    "uri": "https://api.kexp.org/v2/plays/3554959/?format=api",
    "airdate": "2025-09-19T10:08:23-07:00",
    "show": 64602,
    "show_uri": "https://api.kexp.org/v2/shows/64602/?format=api",
    "image_uri": "https://ia800106.us.archive.org/22/items/mbid-b8897e53-4a20-4ca4-8439-d87f25473d0e/mbid-b8897e53-4a20-4ca4-8439-d87f25473d0e-40657434336_thumb500.jpg",
    "thumbnail_uri": "https://dn710106.ca.archive.org/0/items/mbid-b8897e53-4a20-4ca4-8439-d87f25473d0e/mbid-b8897e53-4a20-4ca4-8439-d87f25473d0e-40657434336_thumb250.jpg",
    "song": "Sabotage",
    "track_id": "381d5dc5-c89d-44f6-aef5-e58ca99a537e",
    "recording_id": "e86eefd3-73ea-48b3-bcfc-f095e927485d",
    "artist": "mega cat",
    "artist_ids": [
        "0f1aa02b-e677-4421-abfa-c5fd005de9d5"
    ],
    "album": "Ultramegacat",
    "release_id": "b8897e53-4a20-4ca4-8439-d87f25473d0e",
    "release_group_id": "9c766266-bc16-42e8-a1a6-7221a9954b21",
    "labels": [
        "Share It Music"
    ],
    "label_ids": [
        "019f6f42-4804-4cd4-bdc5-9388c416c7c4"
    ],
    "release_date": "2024-12-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle band mega cat released this cover of the Beastie Boy's \"Sabatoge\" late last year on their Ultramegacat EP.\nhttps://itsmegacat.bandcamp.com/\n\nMega Cat performed Live on KEXP hosted by DJ Kevin Cole in April, 2024. Watch it here: https://youtu.be/WvolCnq3RA4?si=w53Lz6NkMZ0h0IQl",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}