Information about plays

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

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

{
    "id": 3428296,
    "uri": "https://api.kexp.org/v2/plays/3428296/?format=api",
    "airdate": "2024-11-21T14:57:52-08:00",
    "show": 61909,
    "show_uri": "https://api.kexp.org/v2/shows/61909/?format=api",
    "image_uri": "https://coverartarchive.org/release/f552a789-0b09-47a8-9649-a60082afe16a/8265434398-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f552a789-0b09-47a8-9649-a60082afe16a/8265434398-250.jpg",
    "song": "Thing",
    "track_id": null,
    "recording_id": null,
    "artist": "Lou Donaldson",
    "artist_ids": [],
    "album": "Hot Dog",
    "release_id": null,
    "release_group_id": "4b28ffc7-f314-3323-88f2-7acd31554ec9",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lou Donaldson is covering The Isley Brothers' \"It's Your Thing\" here. \n--\nWe've featured Dr. Lonnie Smith on OG Thursday.  This is another great, Charles Earland, on the Hammond B-3. Earland began his career as a saxophonist with organist Jimmy McGriff.  Learn more about him here: https://concord.com/artist/charles-earland/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}