Information about plays

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

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

{
    "id": 3422207,
    "uri": "https://api.kexp.org/v2/plays/3422207/?format=api",
    "airdate": "2024-11-06T19:50:03-08:00",
    "show": 61782,
    "show_uri": "https://api.kexp.org/v2/shows/61782/?format=api",
    "image_uri": "https://ia804508.us.archive.org/22/items/mbid-5f1ee22a-c9aa-4c32-bd6e-99574b1317d3/mbid-5f1ee22a-c9aa-4c32-bd6e-99574b1317d3-30281298897_thumb500.jpg",
    "thumbnail_uri": "https://ia904508.us.archive.org/22/items/mbid-5f1ee22a-c9aa-4c32-bd6e-99574b1317d3/mbid-5f1ee22a-c9aa-4c32-bd6e-99574b1317d3-30281298897_thumb250.jpg",
    "song": "Here on Earth",
    "track_id": "da7f6f52-f00d-4bb5-85a5-c372cad6812f",
    "recording_id": "8dcb65db-7e86-477e-bcf2-e373259ecfd3",
    "artist": "La Luz",
    "artist_ids": [
        "9b5ae4cc-15ae-4f0b-8a4e-8c44e42ba52a"
    ],
    "album": "La Luz",
    "release_id": "5f1ee22a-c9aa-4c32-bd6e-99574b1317d3",
    "release_group_id": "8bc5ac6a-fce4-46d1-9c7e-1d60cefb8e97",
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2021-10-22",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"La Luz is a band from Seattle, WA, started in the summer of 2012 by Shana Cleveland (guitar), Alice Sandahl (keyboard) and Lena Simon (bass). Everyone sings. Songs by Shana and La Luz.\"\n--\nTheir self-titled album (their fourth) is out now:  https://laluz.bandcamp.com/album/la-luz \n\nhttps://luzer.online/\nhttps://laluz.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}