Information about plays

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

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

{
    "id": 3638141,
    "uri": "https://api.kexp.org/v2/plays/3638141/?format=api",
    "airdate": "2026-04-05T10:37:56-07:00",
    "show": 66373,
    "show_uri": "https://api.kexp.org/v2/shows/66373/?format=api",
    "image_uri": "https://dn711001.ca.archive.org/0/items/mbid-2b78084b-af74-3d6e-b0da-b928f426c4d7/mbid-2b78084b-af74-3d6e-b0da-b928f426c4d7-9439563090_thumb500.jpg",
    "thumbnail_uri": "https://dn711001.ca.archive.org/0/items/mbid-2b78084b-af74-3d6e-b0da-b928f426c4d7/mbid-2b78084b-af74-3d6e-b0da-b928f426c4d7-9439563090_thumb250.jpg",
    "song": "Goodnight Irene",
    "track_id": "e516cc3d-6e53-3719-952d-fdc58bf68e8d",
    "recording_id": "b6eff961-9a88-4cab-99a9-8567a4ebe7da",
    "artist": "Ry Cooder",
    "artist_ids": [
        "a4e2650b-938b-4b72-95bc-6e229cd34601"
    ],
    "album": "Chicken Skin Music",
    "release_id": "2b78084b-af74-3d6e-b0da-b928f426c4d7",
    "release_group_id": "749098dc-e3b3-3622-ad5c-dc57edf86f3f",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1988-03-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}