Information about plays

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

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

{
    "id": 3616144,
    "uri": "https://api.kexp.org/v2/plays/3616144/?format=api",
    "airdate": "2026-02-11T11:34:56-08:00",
    "show": 65904,
    "show_uri": "https://api.kexp.org/v2/shows/65904/?format=api",
    "image_uri": "https://dn721504.ca.archive.org/0/items/mbid-70c8e3b2-57f8-4d90-a591-c8e0582ef8b8/mbid-70c8e3b2-57f8-4d90-a591-c8e0582ef8b8-43540156475_thumb500.jpg",
    "thumbnail_uri": "https://dn721504.ca.archive.org/0/items/mbid-70c8e3b2-57f8-4d90-a591-c8e0582ef8b8/mbid-70c8e3b2-57f8-4d90-a591-c8e0582ef8b8-43540156475_thumb250.jpg",
    "song": "The Wreckage",
    "track_id": "a7c3f9dd-6f1b-40e7-ab07-d08ae79a297e",
    "recording_id": "7da33d6b-221e-4e1a-9cf7-5729366e3b13",
    "artist": "Silversun Pickups",
    "artist_ids": [
        "b5bd9f88-962e-4730-84a7-795592ba42e8"
    ],
    "album": "Tenterhooks",
    "release_id": "70c8e3b2-57f8-4d90-a591-c8e0582ef8b8",
    "release_group_id": "83a4f2ce-a823-4d2f-ad69-daa6eab8ff19",
    "labels": [
        "New Machine Recordings"
    ],
    "label_ids": [
        "3e1be271-fcdc-40e3-b2be-2affa6666a59"
    ],
    "release_date": "2026-02-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Newest album 'Tenterhooks' is out now!\n\nSilversun Pickups is also on tour! See their show dates here: https://silversunpickups.com/\n\nHere's a throwback to their KEXP live in-studio performance from 2019: https://www.youtube.com/watch?v=son5BkQD-IQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}