Information about plays

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

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

{
    "id": 3638736,
    "uri": "https://api.kexp.org/v2/plays/3638736/?format=api",
    "airdate": "2026-04-06T18:52:28-07:00",
    "show": 66385,
    "show_uri": "https://api.kexp.org/v2/shows/66385/?format=api",
    "image_uri": "https://dn711203.ca.archive.org/0/items/mbid-c7cba802-a824-4b60-8590-15eefe59b876/mbid-c7cba802-a824-4b60-8590-15eefe59b876-9706598071_thumb500.jpg",
    "thumbnail_uri": "https://dn711203.ca.archive.org/0/items/mbid-c7cba802-a824-4b60-8590-15eefe59b876/mbid-c7cba802-a824-4b60-8590-15eefe59b876-9706598071_thumb250.jpg",
    "song": "I Learned the Hard Way",
    "track_id": "7db4c638-db3e-326a-8ac2-83391cff5696",
    "recording_id": "77baf4a0-b8f6-4052-adb4-85f4fad285a3",
    "artist": "Sharon Jones and the Dap‐Kings",
    "artist_ids": [
        "8d50cd20-34f2-4abe-ba16-0759ee0fb9f5"
    ],
    "album": "I Learned the Hard Way",
    "release_id": "c7cba802-a824-4b60-8590-15eefe59b876",
    "release_group_id": "a60c452c-e8d0-4deb-b6f5-7a444a20eaaa",
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2010-04-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "released on this day in 2010",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}