Information about plays

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

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

{
    "id": 3576713,
    "uri": "https://api.kexp.org/v2/plays/3576713/?format=api",
    "airdate": "2025-11-11T05:30:33-08:00",
    "show": 65079,
    "show_uri": "https://api.kexp.org/v2/shows/65079/?format=api",
    "image_uri": "https://ia601203.us.archive.org/25/items/mbid-f405961e-0779-3b38-932d-e325dca86c99/mbid-f405961e-0779-3b38-932d-e325dca86c99-11004891931_thumb500.jpg",
    "thumbnail_uri": "https://ia601203.us.archive.org/25/items/mbid-f405961e-0779-3b38-932d-e325dca86c99/mbid-f405961e-0779-3b38-932d-e325dca86c99-11004891931_thumb250.jpg",
    "song": "The Sound of the Crowd",
    "track_id": "a60c7977-3c78-307f-b474-6623713f7e3d",
    "recording_id": "2f1b78c0-8c95-40b1-94ef-f4df77831a3e",
    "artist": "The Human League",
    "artist_ids": [
        "7adaabfb-acfb-47bc-8c7c-59471c2f0db8"
    ],
    "album": "Dare / Love and Dancing",
    "release_id": "d7decc52-4f52-4f1c-8aa4-ac2d1a7d7fbe",
    "release_group_id": "1d11f1b9-fbe2-374b-a7e3-60288d70a690",
    "labels": [],
    "label_ids": [],
    "release_date": "2002-10-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born on this day in 1956, Ian Craig Marsh, English guitarist (The Human League, Heaven 17, and B.E.F.).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}