Information about plays

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

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

{
    "id": 3647614,
    "uri": "https://api.kexp.org/v2/plays/3647614/?format=api",
    "airdate": "2026-04-27T23:10:40-07:00",
    "show": 66570,
    "show_uri": "https://api.kexp.org/v2/shows/66570/?format=api",
    "image_uri": "https://coverartarchive.org/release/bee6579e-ab4d-4244-85d9-ec82ec27d470/23560449258-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bee6579e-ab4d-4244-85d9-ec82ec27d470/23560449258-250.jpg",
    "song": "Airscape",
    "track_id": null,
    "recording_id": "e627c90d-31e0-448b-bb00-ac1ccd507485",
    "artist": "Robyn Hitchcock & The Egyptians",
    "artist_ids": [],
    "album": "Element of Light",
    "release_id": null,
    "release_group_id": "83e526ce-784b-3bba-bc6e-48048e0d981c",
    "labels": [
        "Tiny Ghost"
    ],
    "label_ids": [],
    "release_date": "1986-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "How's the air up there?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}