Information about plays

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

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

{
    "id": 3554677,
    "uri": "https://api.kexp.org/v2/plays/3554677/?format=api",
    "airdate": "2025-09-18T17:06:06-07:00",
    "show": 64596,
    "show_uri": "https://api.kexp.org/v2/shows/64596/?format=api",
    "image_uri": "https://ia801801.us.archive.org/4/items/mbid-913274cb-9201-420e-ad32-f4e8c90c0082/mbid-913274cb-9201-420e-ad32-f4e8c90c0082-5402054222_thumb500.jpg",
    "thumbnail_uri": "https://ia601801.us.archive.org/4/items/mbid-913274cb-9201-420e-ad32-f4e8c90c0082/mbid-913274cb-9201-420e-ad32-f4e8c90c0082-5402054222_thumb250.jpg",
    "song": "Mosquito",
    "track_id": "83e1683d-879f-3d39-9c21-7b8151294612",
    "recording_id": "4239ff9b-1f83-4dee-ad0c-81bc10752ef8",
    "artist": "Yeah Yeah Yeahs",
    "artist_ids": [
        "584c04d2-4acc-491b-8a0a-e63133f4bfc4"
    ],
    "album": "Mosquito",
    "release_id": "913274cb-9201-420e-ad32-f4e8c90c0082",
    "release_group_id": "f044212a-c6dd-40a6-8781-31c93069aea0",
    "labels": [
        "Dress Up",
        "Polydor"
    ],
    "label_ids": [
        "0e7b87ce-4f28-41ee-8390-fbc1bfa41507",
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2013-04-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The album cover for Yeah Yeah Yeahs' fourth release was created by Korean-born, San Diego-based illustrator and animator Beomsik Shimbe Shim. He said: \"I imagined a giant, hairy, female mosquito dragging up a helpless boy into the night sky. It could be happening onstage while Karen O is singing - or even in your room at night.\"\nHe added: \"Karen really wanted the mosquito to be a sexy and beautifully gross female. In the end I considered the mosquito as Karen O herself- the warrior-like female rock star.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}