Information about plays

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

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

{
    "id": 3631731,
    "uri": "https://api.kexp.org/v2/plays/3631731/?format=api",
    "airdate": "2026-03-21T00:52:37-07:00",
    "show": 66236,
    "show_uri": "https://api.kexp.org/v2/shows/66236/?format=api",
    "image_uri": "https://coverartarchive.org/release/f9c5c09d-4c24-47de-bf43-c6ea218de29a/1637331973-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f9c5c09d-4c24-47de-bf43-c6ea218de29a/1637331973-250.jpg",
    "song": "Don’t Go Breaking My Heart",
    "track_id": null,
    "recording_id": "26f18754-eb8d-4323-bf92-4932e8e41df6",
    "artist": "Elton John",
    "artist_ids": [
        "b83bc61f-8451-4a5d-8b8e-7e9ed295e822"
    ],
    "album": "Rocket Man",
    "release_id": null,
    "release_group_id": "d07b1dbe-001f-34d4-baf6-20138d5b4a0a",
    "labels": [
        "Rocket Record Company"
    ],
    "label_ids": [],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Q-Tip contributed drums and bass on this project.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}