Information about plays

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

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

{
    "id": 3636909,
    "uri": "https://api.kexp.org/v2/plays/3636909/?format=api",
    "airdate": "2026-04-02T15:06:03-07:00",
    "show": 66346,
    "show_uri": "https://api.kexp.org/v2/shows/66346/?format=api",
    "image_uri": "https://coverartarchive.org/release/5f15a399-05d4-402b-b9dc-81ca94707386/5952439528-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5f15a399-05d4-402b-b9dc-81ca94707386/5952439528-250.jpg",
    "song": "I Heard It Through the Grapevine",
    "track_id": null,
    "recording_id": "8611db3e-901a-4d7a-b47b-ef5b5e1b3b3f",
    "artist": "Gladys Knight & the Pips",
    "artist_ids": [
        "ca825016-f7fd-4ccf-a523-6ee36ea88828"
    ],
    "album": "Everybody Needs Love",
    "release_id": null,
    "release_group_id": "7f75b214-91fd-3a34-bc56-e6aeeedeb4a5",
    "labels": [
        "Soul"
    ],
    "label_ids": [
        "593f69fe-9a5a-40a5-a7db-339b1e79a618"
    ],
    "release_date": "1967-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I Heard It Through the Grapevine\" is a song written by Norman Whitfield and Barrett Strong for Motown Records in 1966. Gladys Knight & the Pips recorded it first in 1967.\n--",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}