Information about plays

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

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

{
    "id": 3428615,
    "uri": "https://api.kexp.org/v2/plays/3428615/?format=api",
    "airdate": "2024-11-22T10:15:30-08:00",
    "show": 61915,
    "show_uri": "https://api.kexp.org/v2/shows/61915/?format=api",
    "image_uri": "https://ia802802.us.archive.org/22/items/mbid-e0ae98ce-6952-4b20-b71d-f33f87a074f6/mbid-e0ae98ce-6952-4b20-b71d-f33f87a074f6-25383126263_thumb500.jpg",
    "thumbnail_uri": "https://ia802802.us.archive.org/22/items/mbid-e0ae98ce-6952-4b20-b71d-f33f87a074f6/mbid-e0ae98ce-6952-4b20-b71d-f33f87a074f6-25383126263_thumb250.jpg",
    "song": "Initiative",
    "track_id": "ab394198-405a-438d-b45d-4891efa9d604",
    "recording_id": "1d5af30e-be10-4cf5-9e16-b96bd6978c0c",
    "artist": "Shopping",
    "artist_ids": [
        "b20c4968-3d5d-41fc-b8f8-a6092528eb79"
    ],
    "album": "All or Nothing",
    "release_id": "e0ae98ce-6952-4b20-b71d-f33f87a074f6",
    "release_group_id": "b0385867-5c42-492f-81d3-c45cac323910",
    "labels": [
        "FatCat Records"
    ],
    "label_ids": [
        "21d42a26-b50d-4d1b-8494-ec07922919ce"
    ],
    "release_date": "2020-02-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "London band Shopping played Live on KEXP in 2020! You can watch video from the session on our YouTube channel and also purchase an EP of that session on the band's bandcamp page: \n\nhttps://www.youtube.com/watch?v=1gaSbyIeYj8\n\nhttps://shoppingfc.bandcamp.com/album/live-at-kexp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}