Information about plays

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

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

{
    "id": 3416190,
    "uri": "https://api.kexp.org/v2/plays/3416190/?format=api",
    "airdate": "2024-10-23T05:41:36-07:00",
    "show": 61650,
    "show_uri": "https://api.kexp.org/v2/shows/61650/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Audacious",
    "track_id": "6b88adde-afa3-429a-83d8-3a5764ae9464",
    "recording_id": "93e52096-4fd8-4e19-9cec-3e9fd089cbda",
    "artist": "Franz Ferdinand",
    "artist_ids": [
        "aa7a2827-f74b-473c-bd79-03d065835cf7"
    ],
    "album": "The Human Fear",
    "release_id": "1fa6d858-cdcc-4777-b7bf-23e356f44516",
    "release_group_id": "f684cb43-eb20-457a-a832-39bcc7d7ffb3",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2025-01-10",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Franz Ferdinand will be playing at the McMenamins Crystal Ballroom in Portland, OR on Dec 15!\n\n\"Making this record was one of the most life-affirming experiences I've had, but it's called The Human Fear. Fear reminds you that you're alive,\" the band's Alex Kapranos shares.\n\nFranz Ferdinand is back, and The Human Fear will indeed be released on January 10, 2025. \n-----\nhttps://franzferdinand.bandcamp.com/album/the-human-fear",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}