Information about plays

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

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

{
    "id": 3640183,
    "uri": "https://api.kexp.org/v2/plays/3640183/?format=api",
    "airdate": "2026-04-10T05:53:49-07:00",
    "show": 66413,
    "show_uri": "https://api.kexp.org/v2/shows/66413/?format=api",
    "image_uri": "https://dn720706.ca.archive.org/0/items/mbid-c5adfb1a-710b-4f46-8764-46f9b2a54dd9/mbid-c5adfb1a-710b-4f46-8764-46f9b2a54dd9-22711269080_thumb500.jpg",
    "thumbnail_uri": "https://dn720706.ca.archive.org/0/items/mbid-c5adfb1a-710b-4f46-8764-46f9b2a54dd9/mbid-c5adfb1a-710b-4f46-8764-46f9b2a54dd9-22711269080_thumb250.jpg",
    "song": "I'm Going Home",
    "track_id": "d527ae3c-ddc6-4109-9e4d-b96db9d9b362",
    "recording_id": "1692b2ac-eddf-4088-8a14-e6532f190ae4",
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "You're the Man",
    "release_id": "c5adfb1a-710b-4f46-8764-46f9b2a54dd9",
    "release_group_id": "82a4f23b-df64-4f3f-be50-ea3c8f6b5fcd",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-03-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Following the release of the first title track to \"You're the Man\", Gaye cancelled its release of the socially conscious album, partially due to the fact that Gaye's political views were different from those of Motown founder Berry Gordy. For that reason, 'You're the Man' was long considered a \"lost\" album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}