Information about plays

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

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

{
    "id": 3429376,
    "uri": "https://api.kexp.org/v2/plays/3429376/?format=api",
    "airdate": "2024-11-24T05:40:33-08:00",
    "show": 61932,
    "show_uri": "https://api.kexp.org/v2/shows/61932/?format=api",
    "image_uri": "https://ia600201.us.archive.org/16/items/mbid-0875029f-362b-437a-aa84-0f9d6601730e/mbid-0875029f-362b-437a-aa84-0f9d6601730e-38463815033_thumb500.jpg",
    "thumbnail_uri": "https://ia800201.us.archive.org/16/items/mbid-0875029f-362b-437a-aa84-0f9d6601730e/mbid-0875029f-362b-437a-aa84-0f9d6601730e-38463815033_thumb250.jpg",
    "song": "Your Blood",
    "track_id": "f2fce4c1-f09e-4ebe-9fd8-da104c1de8a3",
    "recording_id": "a022f494-cc83-4e0d-9773-26be7b4e1278",
    "artist": "AURORA",
    "artist_ids": [
        "484a4e90-6899-4e4b-a948-a2255d365340"
    ],
    "album": "What Happened to the Heart?",
    "release_id": "0875029f-362b-437a-aa84-0f9d6601730e",
    "release_group_id": "66abc6cf-3afd-4a6e-a66a-2b9566b5c63c",
    "labels": [
        "Decca Records"
    ],
    "label_ids": [
        "f18f3b31-8263-4de3-966a-fda317492d3d"
    ],
    "release_date": "2024-06-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "AURORA will be LIVE on KEXP TOMORROW at noon. Open to the public!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}