Information about plays

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

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

{
    "id": 3638922,
    "uri": "https://api.kexp.org/v2/plays/3638922/?format=api",
    "airdate": "2026-04-07T04:31:37-07:00",
    "show": 66388,
    "show_uri": "https://api.kexp.org/v2/shows/66388/?format=api",
    "image_uri": "https://coverartarchive.org/release/b44c4717-9eba-473e-9f60-705c35c10609/19797950597-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b44c4717-9eba-473e-9f60-705c35c10609/19797950597-250.jpg",
    "song": "Springtime Again",
    "track_id": null,
    "recording_id": "c265d291-b668-45fa-b9b9-3349c298f719",
    "artist": "Sun Ra",
    "artist_ids": [
        "c27cac8e-4c4a-48c0-a4ba-41399b9c176d"
    ],
    "album": "Sleeping Beauty",
    "release_id": null,
    "release_group_id": "ae2172b8-b71b-305d-9655-c6906cc541bc",
    "labels": [
        "Enterplanetary Koncepts"
    ],
    "label_ids": [
        "4fb1cac3-3f83-4f4a-a815-903b6d2d5aad"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Spring is Springing out there -- Hope everyone's getting to enjoy the weather this week :)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}