Information about plays

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

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

{
    "id": 3636609,
    "uri": "https://api.kexp.org/v2/plays/3636609/?format=api",
    "airdate": "2026-04-01T21:54:13-07:00",
    "show": 66340,
    "show_uri": "https://api.kexp.org/v2/shows/66340/?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": "d8802d4d-571d-4865-8192-8ab3561edf2f",
    "artist": "Sun Ra and His Arkestra",
    "artist_ids": [
        "d9733f21-71d7-4fa7-813d-67eca0f0eaaf"
    ],
    "album": "Sleeping Beauty",
    "release_id": null,
    "release_group_id": "ae2172b8-b71b-305d-9655-c6906cc541bc",
    "labels": [
        "Kindred Spirits"
    ],
    "label_ids": [
        "5a9e0a47-96d2-40ed-85e1-d673cc984ea4"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "rereleased via Strut Records in 2025 for the first time since the 1979 release",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}