Information about plays

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

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

{
    "id": 3421725,
    "uri": "https://api.kexp.org/v2/plays/3421725/?format=api",
    "airdate": "2024-11-05T12:39:25-08:00",
    "show": 61770,
    "show_uri": "https://api.kexp.org/v2/shows/61770/?format=api",
    "image_uri": "https://ia800909.us.archive.org/16/items/mbid-9792abe4-a8df-4409-aed0-470343b199a6/mbid-9792abe4-a8df-4409-aed0-470343b199a6-5563177122_thumb500.jpg",
    "thumbnail_uri": "https://ia800909.us.archive.org/16/items/mbid-9792abe4-a8df-4409-aed0-470343b199a6/mbid-9792abe4-a8df-4409-aed0-470343b199a6-5563177122_thumb250.jpg",
    "song": "Rebel Girl",
    "track_id": "2f3fb702-4ee3-3207-8a54-e5142ba1375c",
    "recording_id": "09925f2d-7e26-477b-a30a-c1963bb154f8",
    "artist": "Bikini Kill",
    "artist_ids": [
        "1397d045-1603-41fc-80b9-712c18360145"
    ],
    "album": "Pussy Whipped",
    "release_id": "9792abe4-a8df-4409-aed0-470343b199a6",
    "release_group_id": "db966c6a-8a3d-3868-afec-7829914d64e0",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "1993-11-05",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "That girl thinks she's the queen of the neighborhood\nI got news for you, she is!\nThey say she's a slut, but I know\nShe is my best friend, yeah\n--\nHere's Bikini Kill performing \"Rebel Girl\" live in Brisbane, Australia in 2023:  https://www.youtube.com/watch?v=mW4sPVqlWys",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}