Information about plays

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

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

{
    "id": 3551679,
    "uri": "https://api.kexp.org/v2/plays/3551679/?format=api",
    "airdate": "2025-09-11T11:20:31-07:00",
    "show": 64533,
    "show_uri": "https://api.kexp.org/v2/shows/64533/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Long Distance Nashville",
    "track_id": "e23cfc6c-6448-4880-a6d8-28430b6fc3c8",
    "recording_id": "d56bffb6-65bd-4f22-ab1e-80706a1e359f",
    "artist": "Gerald Collier",
    "artist_ids": [
        "b0018c21-1d7b-4fd9-aa71-4d86276bf1d0"
    ],
    "album": "Breakin' Down",
    "release_id": "0c714f32-fc34-404e-9b8b-cb18cf57b924",
    "release_group_id": "4f224fcf-b1e0-4ba5-8aad-6f991bfeb387",
    "labels": [
        "Isota Records"
    ],
    "label_ids": [
        "df73d560-7c0f-436f-b787-1b23ee93c304"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Upon the 1995 breakup of the Best Kissers in the World, vocalist/guitarist Gerald Collier refashioned himself as an alt country singer/songwriter. He signed with C/Z Records and released his solo debut, 'I Had to Laugh Like Hell' in 1996; his self-titled major-label debut for Warner Brothers appeared in 1998.\n\nhttps://www.allmusic.com/artist/gerald-collier-mn0000652135",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}