Information about plays

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

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

{
    "id": 3429459,
    "uri": "https://api.kexp.org/v2/plays/3429459/?format=api",
    "airdate": "2024-11-24T10:49:52-08:00",
    "show": 61934,
    "show_uri": "https://api.kexp.org/v2/shows/61934/?format=api",
    "image_uri": "https://coverartarchive.org/release/ca2c4403-ea6a-4b0e-9207-1a0f7e5bc2ff/39108850225-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ca2c4403-ea6a-4b0e-9207-1a0f7e5bc2ff/39108850225-250.jpg",
    "song": "Stack‐A‐Lee",
    "track_id": null,
    "recording_id": "77314cdd-7c9e-4565-83d8-427c0a8745cd",
    "artist": "Dr. John",
    "artist_ids": [
        "fe0e1895-aa84-47d9-8e5b-7930fc20709b"
    ],
    "album": "Dr. John’s Gumbo",
    "release_id": null,
    "release_group_id": "d05e634f-6132-3c72-ae1e-0590fc1b99d0",
    "labels": [
        "ATCO Records"
    ],
    "label_ids": [
        "a9de694a-2e5b-4a1d-8d7a-a7ca620e3f80"
    ],
    "release_date": "1972-04-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The NOLA artist’s version of the murder of Billy Lyons by “Stag” Lee Shelton in 1895.\nhttps://missourilife.com/real-story-behind-bad-man-stagger-lee-2/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}