Information about plays

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

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

{
    "id": 3632949,
    "uri": "https://api.kexp.org/v2/plays/3632949/?format=api",
    "airdate": "2026-03-24T02:27:53-07:00",
    "show": 66265,
    "show_uri": "https://api.kexp.org/v2/shows/66265/?format=api",
    "image_uri": "https://coverartarchive.org/release/ef23584a-fcb0-478a-99b5-ed5545116124/2962741989-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ef23584a-fcb0-478a-99b5-ed5545116124/2962741989-250.jpg",
    "song": "Losing You",
    "track_id": null,
    "recording_id": "1a70b37f-729c-4e24-b73b-67774e5b34a5",
    "artist": "Solange",
    "artist_ids": [
        "410e7fd3-b865-4fa0-bb18-1b7fd53382ca"
    ],
    "album": "True",
    "release_id": null,
    "release_group_id": "eae7bfbd-30f2-4c28-a907-021d549af770",
    "labels": [],
    "label_ids": [],
    "release_date": "2012-11-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dev Hynes of Blood Orange helped produce and write this single from Solange's 2012 EP, 'True.' Watch the video for it here:\n\n https://www.youtube.com/watch?v=Hy9W_mrY_Vk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}