Information about plays

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

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

{
    "id": 3520370,
    "uri": "https://api.kexp.org/v2/plays/3520370/?format=api",
    "airdate": "2025-06-29T11:04:35-07:00",
    "show": 63869,
    "show_uri": "https://api.kexp.org/v2/shows/63869/?format=api",
    "image_uri": "https://coverartarchive.org/release/e60988e3-08e7-4d91-b4df-c1fd0bbed32e/5098288127-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e60988e3-08e7-4d91-b4df-c1fd0bbed32e/5098288127-250.jpg",
    "song": "Lay Myself Down",
    "track_id": null,
    "recording_id": "b7572cf9-35c4-4e92-9922-0f85f4326e58",
    "artist": "Mazzy Star",
    "artist_ids": [
        "c48d4327-8122-4286-af66-05e1ee6ac4d8"
    ],
    "album": "Seasons of Your Day",
    "release_id": null,
    "release_group_id": "e073708a-d2f6-412a-8d35-817be8794bed",
    "labels": [],
    "label_ids": [],
    "release_date": "2013-09-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released as a single in 2013, recorded in California, London, and Norway:\nhttps://pitchfork.com/news/44386-new-mazzy-star-lay-myself-down/\nhttps://www.hopesandoval.com/music/mazzystar.shtml",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}