Information about plays

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

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

{
    "id": 3612741,
    "uri": "https://api.kexp.org/v2/plays/3612741/?format=api",
    "airdate": "2026-02-03T15:17:40-08:00",
    "show": 65831,
    "show_uri": "https://api.kexp.org/v2/shows/65831/?format=api",
    "image_uri": "https://ia801905.us.archive.org/11/items/mbid-25c72ae9-c54d-3a85-928b-a0dc56cb93f2/mbid-25c72ae9-c54d-3a85-928b-a0dc56cb93f2-36606984710_thumb500.jpg",
    "thumbnail_uri": "https://ia601905.us.archive.org/11/items/mbid-25c72ae9-c54d-3a85-928b-a0dc56cb93f2/mbid-25c72ae9-c54d-3a85-928b-a0dc56cb93f2-36606984710_thumb250.jpg",
    "song": "Talk About the Passion",
    "track_id": "128f677b-9247-3f04-b9b7-dab70dd3f3ba",
    "recording_id": "93704e52-8677-4a0a-89c7-3be298cc1f74",
    "artist": "R.E.M.",
    "artist_ids": [
        "ea4dfa26-f633-4da6-a52a-f49ea4897b58"
    ],
    "album": "Eponymous",
    "release_id": "25c72ae9-c54d-3a85-928b-a0dc56cb93f2",
    "release_group_id": "5be1622f-8775-33ae-b4d8-bade3b246d9f",
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1988-10-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "originally from debut album Murmur. \n\n\"Murmur,\" released on April 12th, 1983, was R.E.M.'s debut album. Critics lauded its originality and Rolling Stone named it the Best Album of the year. \n--\nMichael Stipe revealed that “Talk About the Passion” is a song about hunger, though its lyrics are deliberately ambiguous. The haunting line “empty mouths” is the closest the song comes to a direct reference. A later music video in 1988 made this theme explicit, juxtaposing images of homelessness with the staggering costs of military spending.: https://www.youtube.com/watch?v=zCMy6kq5ZA0\n--\nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}