Information about plays

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

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

{
    "id": 3574734,
    "uri": "https://api.kexp.org/v2/plays/3574734/?format=api",
    "airdate": "2025-11-06T13:10:27-08:00",
    "show": 65038,
    "show_uri": "https://api.kexp.org/v2/shows/65038/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Once Before",
    "track_id": null,
    "recording_id": "1271adf5-544b-4e55-995f-965268e80f9f",
    "artist": "Lone Catalysts feat. Jonell & Charles Cooper",
    "artist_ids": [
        "163cddd2-0021-4df7-a29e-a3b6e6c90aea",
        "5626b898-63d7-4eb8-a511-691b9d2e7405",
        "7a1def7a-0949-4516-a845-0683e79175a5"
    ],
    "album": "Good Music",
    "release_id": null,
    "release_group_id": "4205107d-08d1-329f-b797-2220fc62f6af",
    "labels": [
        "Octave"
    ],
    "label_ids": [
        "1607dd88-96e2-470a-aef4-62b8dfcdec00"
    ],
    "release_date": "2005-10-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Once Before\" sampled multiple elements of \"Tarde.\"\n--\nLone Catalysts are a hip-hop duo from Pittsburgh and Cincinnati consisting of producer J. Rawls and MC J. Sands.: https://www.allmusic.com/artist/lone-catalysts-mn0000281914#biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}