Information about plays

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

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

{
    "id": 3640585,
    "uri": "https://api.kexp.org/v2/plays/3640585/?format=api",
    "airdate": "2026-04-11T04:54:10-07:00",
    "show": 66421,
    "show_uri": "https://api.kexp.org/v2/shows/66421/?format=api",
    "image_uri": "https://coverartarchive.org/release/5379bd5b-ee7d-4913-8f8f-26a62d98e5f3/7157049812-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5379bd5b-ee7d-4913-8f8f-26a62d98e5f3/7157049812-250.jpg",
    "song": "Rice Krispies Jingle",
    "track_id": null,
    "recording_id": "fc96ad42-1a20-477c-9a04-af1a512fca28",
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Beggar's Breakfast",
    "release_id": null,
    "release_group_id": "fc9d770b-24df-3fd8-a365-26d732587327",
    "labels": [
        "Not On Label"
    ],
    "label_ids": [],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "TV ad from 1964!\nhttps://youtu.be/jGKVQNtkdzw?si=PLADw25B3qkrrneX",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}