Information about plays

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

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

{
    "id": 3520522,
    "uri": "https://api.kexp.org/v2/plays/3520522/?format=api",
    "airdate": "2025-06-29T20:40:50-07:00",
    "show": 63876,
    "show_uri": "https://api.kexp.org/v2/shows/63876/?format=api",
    "image_uri": "https://ia903100.us.archive.org/4/items/mbid-6175c97d-12a9-379f-91ba-5b1e04b82b9c/mbid-6175c97d-12a9-379f-91ba-5b1e04b82b9c-11263470866_thumb500.jpg",
    "thumbnail_uri": "https://ia903100.us.archive.org/4/items/mbid-6175c97d-12a9-379f-91ba-5b1e04b82b9c/mbid-6175c97d-12a9-379f-91ba-5b1e04b82b9c-11263470866_thumb250.jpg",
    "song": "Strawberry Letter 23",
    "track_id": "11cace5e-e142-3b89-b7c7-695cf24ebcec",
    "recording_id": "a4d30f4d-8e57-47aa-a019-ae8a4de21774",
    "artist": "Shuggie Otis",
    "artist_ids": [
        "ff9542ca-7859-4db2-8796-c1e3c39b9c0a"
    ],
    "album": "Inspiration Information",
    "release_id": "6175c97d-12a9-379f-91ba-5b1e04b82b9c",
    "release_group_id": "2bb3b259-5ea7-3773-96be-20d9a592358a",
    "labels": [
        "Luaka Bop"
    ],
    "label_ids": [
        "92996c02-75c4-4a12-8d90-522483c200c5"
    ],
    "release_date": "2001-04-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song's chorus says \"Strawberry Letter 22\" instead of the actual title of the song. This is because the premise of the song is that a couple is exchanging love letters in musical form.The singer is creating \"Strawberry Letter 23\" as a reply to the song he has received from his lover, and he refers to her previous message as \"Strawberry Letter 22\" when replying.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}