Information about plays

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

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

{
    "id": 3636014,
    "uri": "https://api.kexp.org/v2/plays/3636014/?format=api",
    "airdate": "2026-03-31T12:47:20-07:00",
    "show": 66329,
    "show_uri": "https://api.kexp.org/v2/shows/66329/?format=api",
    "image_uri": "https://dn710700.ca.archive.org/0/items/mbid-0faf90ad-af33-4fbd-8a18-af90edc18234/mbid-0faf90ad-af33-4fbd-8a18-af90edc18234-20532873506_thumb500.jpg",
    "thumbnail_uri": "https://dn710700.ca.archive.org/0/items/mbid-0faf90ad-af33-4fbd-8a18-af90edc18234/mbid-0faf90ad-af33-4fbd-8a18-af90edc18234-20532873506_thumb250.jpg",
    "song": "Androgynous",
    "track_id": "1914839b-9724-4613-977e-ebaa11296308",
    "recording_id": "fbe42e24-bcae-4b0b-bf89-35a3d809e471",
    "artist": "The Replacements",
    "artist_ids": [
        "dc0d05ce-2f47-4962-b4fa-8631a0a51987"
    ],
    "album": "Let It Be",
    "release_id": "0faf90ad-af33-4fbd-8a18-af90edc18234",
    "release_group_id": "2c644807-3b5d-39d4-8c65-dec603bf3f3a",
    "labels": [
        "Rhino",
        "Ryko Distribution",
        "Twin/Tone Records"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4",
        "e6346b10-1a57-4d83-8653-392dbd6e1e80",
        "f551f46d-961e-447c-b88b-8117827cb251"
    ],
    "release_date": "2008-04-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Replacements song about transgender experiences, gender non-conformity, and fluid gender roles is \"Androgynous\" from their 1984 album Let It Be. Written by Paul Westerberg, it highlights a romantic relationship between two gender-nonconforming individuals named Dick and Janie, predicting future societal acceptance of such identities.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}