Information about plays

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

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

{
    "id": 3428620,
    "uri": "https://api.kexp.org/v2/plays/3428620/?format=api",
    "airdate": "2024-11-22T10:32:51-08:00",
    "show": 61915,
    "show_uri": "https://api.kexp.org/v2/shows/61915/?format=api",
    "image_uri": "https://ia801005.us.archive.org/26/items/mbid-2ed28366-d982-4671-aec0-632cda8ca9bb/mbid-2ed28366-d982-4671-aec0-632cda8ca9bb-19290765672_thumb500.jpg",
    "thumbnail_uri": "https://ia801005.us.archive.org/26/items/mbid-2ed28366-d982-4671-aec0-632cda8ca9bb/mbid-2ed28366-d982-4671-aec0-632cda8ca9bb-19290765672_thumb250.jpg",
    "song": "Lemon Glow",
    "track_id": "c8d0d405-5a0c-41b0-a5f9-9d6f3df63ce3",
    "recording_id": "3bb6ad23-e46e-4d16-9cab-b9a2a2dfffa6",
    "artist": "Beach House",
    "artist_ids": [
        "d5cc67b8-1cc4-453b-96e8-44487acdebea"
    ],
    "album": "7",
    "release_id": "2ed28366-d982-4671-aec0-632cda8ca9bb",
    "release_group_id": "668db76f-6d20-40fd-a719-f9e7d2d95192",
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2018-05-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beach House released \"Lemon Glow\" as a single in 2018 in advance of their seventh album, the appropriately titled 7. \n\n\"[I]t’s a song about the thrill of intimacy, a breathless hymn to emotional connection,\" wrote one reviewer. \nhttps://tinyurl.com/4s2stubv",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}