Information about plays

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

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

{
    "id": 3428279,
    "uri": "https://api.kexp.org/v2/plays/3428279/?format=api",
    "airdate": "2024-11-21T13:47:40-08:00",
    "show": 61909,
    "show_uri": "https://api.kexp.org/v2/shows/61909/?format=api",
    "image_uri": "https://coverartarchive.org/release/f2cff10b-dab1-49e4-9463-e18b121c9924/8265499383-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f2cff10b-dab1-49e4-9463-e18b121c9924/8265499383-250.jpg",
    "song": "Donkey Walk",
    "track_id": null,
    "recording_id": "c5a99cb1-94a0-46e2-a2fc-6bb438689e17",
    "artist": "Lou Donaldson",
    "artist_ids": [
        "db147d97-f5cf-4e80-9e1a-08ddcb1d0bf8"
    ],
    "album": "Everything I Play Is Funky",
    "release_id": null,
    "release_group_id": "d10c33ce-1c9d-3fc2-84df-cff4d11dd35a",
    "labels": [],
    "label_ids": [],
    "release_date": "1969-08-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you hear that little bit of George Gershwin's \"Rhapsody in Blue\" in the middle of this track?\n--\nFeaturing trumpet from Eddie Williams and the very talented Melvin Sparks on guitar. Oh, that's Charles Earland on the Hammond organ.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}