Information about plays

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

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

{
    "id": 3612147,
    "uri": "https://api.kexp.org/v2/plays/3612147/?format=api",
    "airdate": "2026-02-02T04:19:05-08:00",
    "show": 65819,
    "show_uri": "https://api.kexp.org/v2/shows/65819/?format=api",
    "image_uri": "https://dn721604.ca.archive.org/0/items/mbid-55cab547-ae87-405a-8175-7a85cf64e6e1/mbid-55cab547-ae87-405a-8175-7a85cf64e6e1-26257895575_thumb500.jpg",
    "thumbnail_uri": "https://dn721604.ca.archive.org/0/items/mbid-55cab547-ae87-405a-8175-7a85cf64e6e1/mbid-55cab547-ae87-405a-8175-7a85cf64e6e1-26257895575_thumb250.jpg",
    "song": "Atomik Lust",
    "track_id": "a9e44df3-9b9f-3919-80ec-021f7ea12c48",
    "recording_id": "68dfdba8-3690-45e4-9f0a-8737b03ae6b2",
    "artist": "Super Furry Animals",
    "artist_ids": [
        "c5f5dc27-3059-49c0-ae45-5009a01bb9ec"
    ],
    "album": "Love Kraft",
    "release_id": "17d45f05-5e9d-347c-b03f-56310657ad4d",
    "release_group_id": "c7c118c2-605e-38e2-81a5-cd3ec2fabad7",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2005-09-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I'd Love to see the ending some day of Citizen Kane\" Gruff Rhys",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}