Information about plays

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

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

{
    "id": 3667419,
    "uri": "https://api.kexp.org/v2/plays/3667419/?format=api",
    "airdate": "2026-06-13T16:45:41-07:00",
    "show": 66979,
    "show_uri": "https://api.kexp.org/v2/shows/66979/?format=api",
    "image_uri": "https://dn711102.ca.archive.org/0/items/mbid-dd09e440-879d-447b-9dfa-8547b369548e/mbid-dd09e440-879d-447b-9dfa-8547b369548e-25471990936_thumb500.jpg",
    "thumbnail_uri": "https://dn711102.ca.archive.org/0/items/mbid-dd09e440-879d-447b-9dfa-8547b369548e/mbid-dd09e440-879d-447b-9dfa-8547b369548e-25471990936_thumb250.jpg",
    "song": "Who Dat Boy",
    "track_id": "f3263077-d860-4cfb-9b7c-c8b1eb812d5b",
    "recording_id": "20129c82-815f-4b46-b9d8-116aedffa7e2",
    "artist": "Tyler, the Creator feat. A$AP Rocky",
    "artist_ids": [
        "25b7b584-d952-4662-a8b9-dd8cdfbfeb64",
        "f6beac20-5dfe-4d1f-ae02-0b0a740aafd6"
    ],
    "album": "Flower Boy",
    "release_id": "dd09e440-879d-447b-9dfa-8547b369548e",
    "release_group_id": "e248e931-c26c-4c94-aba2-2f89ce583901",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2017-07-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Who Dat Boy,\" from the 2017 album Flower Boy, features A$AP Rocky.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}