Information about plays

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

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

{
    "id": 3638642,
    "uri": "https://api.kexp.org/v2/plays/3638642/?format=api",
    "airdate": "2026-04-06T13:55:15-07:00",
    "show": 66384,
    "show_uri": "https://api.kexp.org/v2/shows/66384/?format=api",
    "image_uri": "https://dn710909.ca.archive.org/0/items/mbid-04a68b9f-4382-49ef-b1f0-1c81cf71819a/mbid-04a68b9f-4382-49ef-b1f0-1c81cf71819a-33340211006_thumb500.jpg",
    "thumbnail_uri": "https://dn710909.ca.archive.org/0/items/mbid-04a68b9f-4382-49ef-b1f0-1c81cf71819a/mbid-04a68b9f-4382-49ef-b1f0-1c81cf71819a-33340211006_thumb250.jpg",
    "song": "Walk Like a Panther",
    "track_id": "84be079e-8dd5-4005-900b-0c13806fcbaf",
    "recording_id": "1ab721a4-a939-48c2-bb69-f7263973295a",
    "artist": "Algiers",
    "artist_ids": [
        "258e8672-1db1-469a-a505-00a42aaf0973"
    ],
    "album": "The Underside of Power",
    "release_id": "04a68b9f-4382-49ef-b1f0-1c81cf71819a",
    "release_group_id": "4df4d199-19c9-450d-bf32-35115788a9f1",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2017-06-23",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Mica!\n\nAlgiers performed tracks from this album during their 2017 in studio session! Check out the full set here: https://www.youtube.com/watch?v=1mk-_vrC9Qc\n\nhttp://algierstheband.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}