Information about plays

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

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

{
    "id": 3547273,
    "uri": "https://api.kexp.org/v2/plays/3547273/?format=api",
    "airdate": "2025-08-31T18:34:01-07:00",
    "show": 64439,
    "show_uri": "https://api.kexp.org/v2/shows/64439/?format=api",
    "image_uri": "https://coverartarchive.org/release/188b2fcc-a505-4fbc-8cc6-8621256929ab/20837457181-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/188b2fcc-a505-4fbc-8cc6-8621256929ab/20837457181-250.jpg",
    "song": "Do I Move You?",
    "track_id": null,
    "recording_id": "def28994-51a9-43a0-b37c-cbb8ab5604b8",
    "artist": "Nina Simone",
    "artist_ids": [
        "2944824d-4c26-476f-a981-be849081942f"
    ],
    "album": "Nina Simone Sings the Blues",
    "release_id": null,
    "release_group_id": "3e756ef5-ffa4-3d48-83ae-f7f856a2b989",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1967-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nina Simone released \"Do I Move You?\" in 1967 on the album, Nina Simone Sings the Blues, which was Simone's first album for RCA Victor, and her 17th album overall, after previously recording for Colpix Records and Philips Records. \n\nSimone was impossible to categorize, but she wrote in her autobiography, “If I had to be called something it should have been a folk singer because there was more folk and blues than jazz in my playing.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}