Information about plays

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

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

{
    "id": 3638706,
    "uri": "https://api.kexp.org/v2/plays/3638706/?format=api",
    "airdate": "2026-04-06T17:27:39-07:00",
    "show": 66385,
    "show_uri": "https://api.kexp.org/v2/shows/66385/?format=api",
    "image_uri": "https://ia801807.us.archive.org/10/items/mbid-57f6e0aa-32e7-4e19-99f3-a36c4472eeee/mbid-57f6e0aa-32e7-4e19-99f3-a36c4472eeee-4931582993_thumb500.jpg",
    "thumbnail_uri": "https://ia801807.us.archive.org/10/items/mbid-57f6e0aa-32e7-4e19-99f3-a36c4472eeee/mbid-57f6e0aa-32e7-4e19-99f3-a36c4472eeee-4931582993_thumb250.jpg",
    "song": "Where Is All the Money Going?",
    "track_id": "b5c9907e-4792-37e6-b88e-65fadd4c34cc",
    "recording_id": "e4bdfef1-04db-4cd9-b828-d3ce09154f8b",
    "artist": "Cody ChesnuTT",
    "artist_ids": [
        "cd103368-a248-44d6-90d7-ed36afda8d7d"
    ],
    "album": "Landing on a Hundred",
    "release_id": "57f6e0aa-32e7-4e19-99f3-a36c4472eeee",
    "release_group_id": "e6df32a9-e845-42ad-9058-1714863db829",
    "labels": [
        "One Little Indian Records"
    ],
    "label_ids": [
        "0253505b-b0f3-4619-8ce0-6a79fe6fbc32"
    ],
    "release_date": "2012-10-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "check out this song being played live at The Triple Door for KEXP: https://www.youtube.com/watch?v=Fkfvk5IKUBg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}