Information about plays

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

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

{
    "id": 3590218,
    "uri": "https://api.kexp.org/v2/plays/3590218/?format=api",
    "airdate": "2025-12-12T16:35:07-08:00",
    "show": 65358,
    "show_uri": "https://api.kexp.org/v2/shows/65358/?format=api",
    "image_uri": "https://coverartarchive.org/release/4f3320b6-0de4-48fd-a82c-4bf92e895bf7/4500592892-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4f3320b6-0de4-48fd-a82c-4bf92e895bf7/4500592892-250.jpg",
    "song": "The Mosquito",
    "track_id": null,
    "recording_id": "e0d30a8b-bd91-4558-8b38-3d68831d8449",
    "artist": "The Doors",
    "artist_ids": [
        "9efff43b-3b29-4082-824e-bc82f646f93d"
    ],
    "album": "Full Circle",
    "release_id": null,
    "release_group_id": "de421f76-b558-3ebd-9d6b-57a6c9c2b2ff",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1972-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Upon it's release, Billboard called this song  \"unusual off beat disc\" with a \"clever Latin beat\"\n-\nhttps://www.worldradiohistory.com/Archive-All-Music/Billboard/70s/1972/BB-1972-09-16.pdf",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}