Information about plays

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

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

{
    "id": 3568978,
    "uri": "https://api.kexp.org/v2/plays/3568978/?format=api",
    "airdate": "2025-10-23T15:00:57-07:00",
    "show": 64912,
    "show_uri": "https://api.kexp.org/v2/shows/64912/?format=api",
    "image_uri": "https://coverartarchive.org/release/e3d93761-8216-4652-840a-aee3a7eb17d3/11440445209-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e3d93761-8216-4652-840a-aee3a7eb17d3/11440445209-250.jpg",
    "song": "Heaven Must Be Like This",
    "track_id": null,
    "recording_id": "8cc8e83f-91ef-4999-aebb-ed0440100fc5",
    "artist": "Ohio Players",
    "artist_ids": [
        "81e07550-d0e2-467e-bc71-44b5d52de8f4"
    ],
    "album": "Skin Tight",
    "release_id": null,
    "release_group_id": "56e444aa-62ed-3e9c-b5b4-98502167eb81",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1974-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This 1974 hit was written by James “Diamond” Williams, Clarence “Satch” Satchell, Sugarfoot, Marshall “Rock” Jones, Ralph Middlebrooks and Marvin Pierce. It was found on the Ohio Players' fifth studio album (and their commercial breakthrough), \"Skin Tight.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}