Information about plays

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

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

{
    "id": 3549987,
    "uri": "https://api.kexp.org/v2/plays/3549987/?format=api",
    "airdate": "2025-09-07T09:43:47-07:00",
    "show": 64499,
    "show_uri": "https://api.kexp.org/v2/shows/64499/?format=api",
    "image_uri": "https://coverartarchive.org/release/31051640-114d-410a-8f18-bd3118d5f9b6/27065973073-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/31051640-114d-410a-8f18-bd3118d5f9b6/27065973073-250.jpg",
    "song": "Another Sunday Morning",
    "track_id": null,
    "recording_id": "97482878-5d78-4215-8764-9bc4938b5946",
    "artist": "Robert Lester Folsom",
    "artist_ids": [
        "851ed4f5-5754-4175-a566-77ab082f72cc"
    ],
    "album": "Ode to a Rainy Day: Archives 1972-1975",
    "release_id": null,
    "release_group_id": "2bce2259-c5ce-4ce2-8fba-1db902a7bac4",
    "labels": [
        "Anthology Recordings"
    ],
    "label_ids": [
        "da619c67-1af7-4c79-b1f4-5df7b4bfb870"
    ],
    "release_date": "2014-10-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A compilation of songs from the Georgia musician that didn’t get their due when they were originally released in the 1970s.\nhttps://robertlesterfolsom.bandcamp.com/album/ode-to-a-rainy-day-archives-1972-1975",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}