Information about plays

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

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

{
    "id": 3419932,
    "uri": "https://api.kexp.org/v2/plays/3419932/?format=api",
    "airdate": "2024-11-01T03:08:13-07:00",
    "show": 61730,
    "show_uri": "https://api.kexp.org/v2/shows/61730/?format=api",
    "image_uri": "https://ia601709.us.archive.org/19/items/mbid-bd229996-b32d-4abc-ad0d-fec64625fde5/mbid-bd229996-b32d-4abc-ad0d-fec64625fde5-39732241016_thumb500.jpg",
    "thumbnail_uri": "https://ia601709.us.archive.org/19/items/mbid-bd229996-b32d-4abc-ad0d-fec64625fde5/mbid-bd229996-b32d-4abc-ad0d-fec64625fde5-39732241016_thumb250.jpg",
    "song": "Honey",
    "track_id": "6bcd7b76-f24d-4494-b8c1-32d7bd6ecf64",
    "recording_id": "e2825a51-ebf5-4d3e-9eeb-32788b129e30",
    "artist": "Caribou",
    "artist_ids": [
        "735e3514-a8ae-401f-af3b-6300df1b8d2c"
    ],
    "album": "Honey",
    "release_id": "bd229996-b32d-4abc-ad0d-fec64625fde5",
    "release_group_id": "224850e8-6a9d-4351-8401-1ec2d3585219",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2024-10-04",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dan Snaith (Caribou) is performing:\n--at Seattle's Showbox on Sunday, November 10th\n--at Oakland's Fox Theater on Tuesday, November 12th \n--\nSnaith wrote, produced, and recorded this track himself, and he shares arrangement credit with Kieran Hebden, better known as Four Tet.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}