Information about plays

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

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

{
    "id": 3632214,
    "uri": "https://api.kexp.org/v2/plays/3632214/?format=api",
    "airdate": "2026-03-22T03:14:14-07:00",
    "show": 66248,
    "show_uri": "https://api.kexp.org/v2/shows/66248/?format=api",
    "image_uri": "https://coverartarchive.org/release/102c2a30-bfdf-42cb-8ca5-e4fa030bccbe/14243808345-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/102c2a30-bfdf-42cb-8ca5-e4fa030bccbe/14243808345-250.jpg",
    "song": "Space Oddity",
    "track_id": null,
    "recording_id": null,
    "artist": "David Matthews",
    "artist_ids": [
        "318c9141-13b2-4f85-95ed-cb8efa636cf5"
    ],
    "album": "Dune",
    "release_id": null,
    "release_group_id": "4d4177a4-6a4e-30f5-9967-23d3c0167abc",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "David Matthews was the arranger & producer for \"Turn This Mutha Out\" by Idris Muhammad.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}