Information about plays

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

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

{
    "id": 3619126,
    "uri": "https://api.kexp.org/v2/plays/3619126/?format=api",
    "airdate": "2026-02-18T14:01:20-08:00",
    "show": 65967,
    "show_uri": "https://api.kexp.org/v2/shows/65967/?format=api",
    "image_uri": "https://coverartarchive.org/release/fbeca461-2a93-484a-a0d7-826e4459fddd/15590764546-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fbeca461-2a93-484a-a0d7-826e4459fddd/15590764546-250.jpg",
    "song": "I Put a Spell on You",
    "track_id": null,
    "recording_id": "a48c37f6-4ea6-40f8-8dd6-629dba07bbad",
    "artist": "Natacha Atlas",
    "artist_ids": [
        "5b86eefc-f3b2-4b91-8161-c505869fb17f"
    ],
    "album": "Ayeshteni",
    "release_id": null,
    "release_group_id": "5f3535b3-b114-3b5b-8e40-39fdb846e5b6",
    "labels": [
        "Mantra Recordings"
    ],
    "label_ids": [
        "600ade12-d18f-4989-9d67-b1e37db4f284"
    ],
    "release_date": "2001-04-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Greg in Mountlake Terrace...\n--\nThis is a great cover of the 1956 original from Jalacy \"Screaming Jay\" Hawkins. It's been covered at least 30 times (Check out the following list: https://www.spookylittlehalloween.com/blog/i-put-a-spell-on-you) and sampled more than 35 times.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}