Information about plays

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

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

{
    "id": 3634148,
    "uri": "https://api.kexp.org/v2/plays/3634148/?format=api",
    "airdate": "2026-03-27T05:11:02-07:00",
    "show": 66290,
    "show_uri": "https://api.kexp.org/v2/shows/66290/?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": "I Got Mine",
    "track_id": "988e22b6-5d03-3871-8af2-1fbc315e0c66",
    "recording_id": "f90425aa-6517-4fb8-9755-3609c7d8eb7b",
    "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": "I Got Mine, a song by John Queen and Charlie Cartwell, first recorded and released by Arthur Collins (singer) and Joe Natus in 1902. Has been covered by numersou artists including Ry Cooder and Frank Stokes.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}