Information about plays

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

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

{
    "id": 3636913,
    "uri": "https://api.kexp.org/v2/plays/3636913/?format=api",
    "airdate": "2026-04-02T15:18:02-07:00",
    "show": 66346,
    "show_uri": "https://api.kexp.org/v2/shows/66346/?format=api",
    "image_uri": "https://coverartarchive.org/release/b7295f76-e6af-4cf1-a45f-4b520da54a49/21161618776-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b7295f76-e6af-4cf1-a45f-4b520da54a49/21161618776-250.jpg",
    "song": "I Heard It Through the Grapevine",
    "track_id": null,
    "recording_id": "98607ec9-ba33-4244-a0aa-1830c8476117",
    "artist": "The Slits",
    "artist_ids": [
        "ff9ef2ef-73a6-496c-8528-4b12b21afbfd"
    ],
    "album": "Typical Girls",
    "release_id": null,
    "release_group_id": "d16f02a0-4b1e-3301-8b52-4ab7f6b0cce4",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1979-09-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was the B-side to the band's debut single, \"Typical Girls.\" Enjoy this interview with The Skits: https://www.loudandquiet.com/interview/the-slits/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}