Information about plays

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

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

{
    "id": 3428379,
    "uri": "https://api.kexp.org/v2/plays/3428379/?format=api",
    "airdate": "2024-11-21T19:37:42-08:00",
    "show": 61911,
    "show_uri": "https://api.kexp.org/v2/shows/61911/?format=api",
    "image_uri": "https://coverartarchive.org/release/a9bc3392-9262-40fd-826e-edb59469e682/28573105910-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a9bc3392-9262-40fd-826e-edb59469e682/28573105910-250.jpg",
    "song": "Fried Neck Bones and Some Home Fries",
    "track_id": null,
    "recording_id": "e7962ec6-845d-4bca-a46b-b33237df9dc3",
    "artist": "Willie Bobo, Dan the Automator",
    "artist_ids": [
        "dadec058-023e-498a-b1c7-776d03cc88ce",
        "33945eeb-e2d2-4257-a199-661cbadcf8af"
    ],
    "album": "¡Sabroso! The Afro-Latin Groove",
    "release_id": null,
    "release_group_id": "32fb14a7-dc59-4e13-aeba-ad6c9f5dbf5c",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dan the Automator, legendary producer and San Francisco native. William Correa, better known by his stage name Willie Bobo, was an American Latin jazz percussionist of Puerto Rican descent.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}