Information about plays

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

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

{
    "id": 3636911,
    "uri": "https://api.kexp.org/v2/plays/3636911/?format=api",
    "airdate": "2026-04-02T15:08:14-07:00",
    "show": 66346,
    "show_uri": "https://api.kexp.org/v2/shows/66346/?format=api",
    "image_uri": "https://coverartarchive.org/release/bcd328aa-2c8b-443a-b66b-51d46693b887/25191498128-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bcd328aa-2c8b-443a-b66b-51d46693b887/25191498128-250.jpg",
    "song": "I Heard It Through The Grapevine (Album Version Stereo)",
    "track_id": null,
    "recording_id": "fce8660a-9c7d-46db-9af8-09da02e6eb2e",
    "artist": "Smokey Robinson & The Miracles",
    "artist_ids": [
        "6a4c2d34-7f7f-4f87-b17f-b5540aa840db"
    ],
    "album": "Special Occasion",
    "release_id": null,
    "release_group_id": "a789c695-f87c-4502-a68e-0d96f828f255",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1968-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Miracles cut this song first, in 1966, but didn't release it until Gladys Knight's version had been released.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}