Information about plays

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

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

{
    "id": 3440021,
    "uri": "https://api.kexp.org/v2/plays/3440021/?format=api",
    "airdate": "2024-12-19T09:20:46-08:00",
    "show": 62149,
    "show_uri": "https://api.kexp.org/v2/shows/62149/?format=api",
    "image_uri": "https://coverartarchive.org/release/d3703d00-57f5-40e2-9608-a3fe69285d17/15626846586-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d3703d00-57f5-40e2-9608-a3fe69285d17/15626846586-250.jpg",
    "song": "Happy Together",
    "track_id": null,
    "recording_id": "efd1ebac-6519-4a8b-9556-4f050f080cfa",
    "artist": "The Turtles",
    "artist_ids": [
        "335b6182-0da8-4dc6-a5ec-fe13f0f87e4b"
    ],
    "album": "Happy Together",
    "release_id": null,
    "release_group_id": "ba3303f2-3b80-4379-a7c8-801407e7eec0",
    "labels": [
        "White Whale"
    ],
    "label_ids": [
        "2f113261-15d5-4925-892c-d3a8161b0fe7"
    ],
    "release_date": "1966-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "John Barbata died on May 8th of this year at the age of 79. Born in New Jersey in 1945, Barbata was an iconic drummer performing with the Turtles, Crosby, Stills, Nash & Young, as well was Jefferson Airplane and  Jefferson Starship.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}