Information about plays

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

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

{
    "id": 3421704,
    "uri": "https://api.kexp.org/v2/plays/3421704/?format=api",
    "airdate": "2024-11-05T11:18:40-08:00",
    "show": 61770,
    "show_uri": "https://api.kexp.org/v2/shows/61770/?format=api",
    "image_uri": "https://ia601204.us.archive.org/30/items/mbid-b51ce6f1-7b00-33a9-bb2e-c976385f5faa/mbid-b51ce6f1-7b00-33a9-bb2e-c976385f5faa-12053294894_thumb500.jpg",
    "thumbnail_uri": "https://ia601204.us.archive.org/30/items/mbid-b51ce6f1-7b00-33a9-bb2e-c976385f5faa/mbid-b51ce6f1-7b00-33a9-bb2e-c976385f5faa-12053294894_thumb250.jpg",
    "song": "Ich bin ein Ausländer",
    "track_id": "397871f7-f6fa-3cee-a977-365a4318592c",
    "recording_id": "330f6f09-0c39-422a-a734-4dde682ae213",
    "artist": "Pop Will Eat Itself",
    "artist_ids": [
        "e74d6546-7d69-43aa-9580-51a80cd9ae54"
    ],
    "album": "Dos Dedos Mis Amigos",
    "release_id": "b51ce6f1-7b00-33a9-bb2e-c976385f5faa",
    "release_group_id": "143eaa18-702d-3765-a767-cd5fc5f91a75",
    "labels": [
        "Nothing Records"
    ],
    "label_ids": [
        "4b5cba06-6a79-454c-91f5-3fe220d4950d"
    ],
    "release_date": "1994-09-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1994's “Ich Bin Ein Auslander” (a mispelling of the German phrase “Ich bin ein Ausländer”, meaning “I am a foreigner”) has lyrics that address attitudes towards immigration in England, specifically that of neo-fascist parties and politicians, and others' fear of “ethnic cleansing” sponsored by said politicians.  Here are those lyrics: https://genius.com/Pop-will-eat-itself-ich-bin-ein-auslander-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}