Information about plays

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

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

{
    "id": 3428239,
    "uri": "https://api.kexp.org/v2/plays/3428239/?format=api",
    "airdate": "2024-11-21T11:11:58-08:00",
    "show": 61908,
    "show_uri": "https://api.kexp.org/v2/shows/61908/?format=api",
    "image_uri": "https://ia803101.us.archive.org/17/items/mbid-35977175-ccb2-46e6-b954-754b47a86b8c/mbid-35977175-ccb2-46e6-b954-754b47a86b8c-29779811652_thumb500.jpg",
    "thumbnail_uri": "https://ia803101.us.archive.org/17/items/mbid-35977175-ccb2-46e6-b954-754b47a86b8c/mbid-35977175-ccb2-46e6-b954-754b47a86b8c-29779811652_thumb250.jpg",
    "song": "Chaise Longue",
    "track_id": "6b1840b3-cc09-42e8-bd70-7e5769252bef",
    "recording_id": "4cecbd69-fe33-4586-a88c-7a62aeab56c3",
    "artist": "Wet Leg",
    "artist_ids": [
        "90744b3e-363a-458e-8da1-e3e392a489c4"
    ],
    "album": "Chaise Longue",
    "release_id": "35977175-ccb2-46e6-b954-754b47a86b8c",
    "release_group_id": "40440afb-9e0a-402f-9c5c-fa7869b92009",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2021-06-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's Wet Leg performing live at THING Festival at Fort Worden in Port Townsend, WA. in 2022.\n\nhttps://www.youtube.com/watch?v=cVVC7UIGRGc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}