Information about plays

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

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

{
    "id": 3550168,
    "uri": "https://api.kexp.org/v2/plays/3550168/?format=api",
    "airdate": "2025-09-07T20:02:31-07:00",
    "show": 64502,
    "show_uri": "https://api.kexp.org/v2/shows/64502/?format=api",
    "image_uri": "https://coverartarchive.org/release/8274ea71-c37a-4437-83a8-f290d59a370c/29657756071-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8274ea71-c37a-4437-83a8-f290d59a370c/29657756071-250.jpg",
    "song": "She’s Gone",
    "track_id": null,
    "recording_id": "fba5febb-82b9-4db0-a2f4-eace4e74d0a2",
    "artist": "Norman Connors",
    "artist_ids": [
        "ffc0b74d-10c3-4706-b793-e4d822021ab5"
    ],
    "album": "Mr. C",
    "release_id": null,
    "release_group_id": "160d125a-b349-40d5-af8e-abb96d7ffa7a",
    "labels": [
        "Arista"
    ],
    "label_ids": [],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Norman Connors released \"She's Gone\" in 1981 on the album, Mr. C, his 11th studio album. \n\nNorman Connors is a jazz drummer, composer, arranger, and producer who has led a number of influential jazz and R&B groups. He also achieved several big R&B hits of the day, especially with love ballads.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}