Information about plays

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

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

{
    "id": 3428596,
    "uri": "https://api.kexp.org/v2/plays/3428596/?format=api",
    "airdate": "2024-11-22T09:03:15-08:00",
    "show": 61914,
    "show_uri": "https://api.kexp.org/v2/shows/61914/?format=api",
    "image_uri": "https://ia600806.us.archive.org/13/items/mbid-375d22df-0aaf-3b2e-b91c-b354fccf9071/mbid-375d22df-0aaf-3b2e-b91c-b354fccf9071-17994009333_thumb500.jpg",
    "thumbnail_uri": "https://ia800806.us.archive.org/13/items/mbid-375d22df-0aaf-3b2e-b91c-b354fccf9071/mbid-375d22df-0aaf-3b2e-b91c-b354fccf9071-17994009333_thumb250.jpg",
    "song": "I Like You So Much Better When You're Naked",
    "track_id": "def8d6cf-eeed-3980-afc6-aeb7014a94ba",
    "recording_id": "c7f21163-b8dd-4c6a-9cfe-71f17568464c",
    "artist": "Ida Maria",
    "artist_ids": [
        "eb5f1f04-0174-4534-996f-e8d944ed2a77"
    ],
    "album": "Fortress Round My Heart",
    "release_id": "375d22df-0aaf-3b2e-b91c-b354fccf9071",
    "release_group_id": "1886880d-6ad5-3711-84bf-a3fbad46b978",
    "labels": [
        "BMG"
    ],
    "label_ids": [
        "29d7c88f-5200-4418-a683-5c94ea032e38"
    ],
    "release_date": "2008-07-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Do you think that catchy hook sounds familiar? Well, this song by Norwegian singer Ida Maria sampled the hook from 1968's \"The Tra La La Song\" by Banana Splits.\n--\nYou'll probably want to hear the original now.: https://www.youtube.com/watch?v=q1Awbcw1-CY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}