Information about plays

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

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

{
    "id": 3575948,
    "uri": "https://api.kexp.org/v2/plays/3575948/?format=api",
    "airdate": "2025-11-09T09:10:34-08:00",
    "show": 65064,
    "show_uri": "https://api.kexp.org/v2/shows/65064/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Flatbed Alfalfa Run To Pueblo, Colorado, Fall 1972",
    "track_id": null,
    "recording_id": null,
    "artist": "Joe Harvey-Whyte & Bobby Lee",
    "artist_ids": [],
    "album": "Last Ride",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Curation"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "UK artists Joe Harvey-Whyte and Bobby Lee teaming up. This is the lead single off their debut album.\n\nhttps://curation-records.bandcamp.com/album/last-ride",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}