Information about plays

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

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

{
    "id": 3543732,
    "uri": "https://api.kexp.org/v2/plays/3543732/?format=api",
    "airdate": "2025-08-23T12:45:21-07:00",
    "show": 64367,
    "show_uri": "https://api.kexp.org/v2/shows/64367/?format=api",
    "image_uri": "https://ia903401.us.archive.org/11/items/mbid-00afba30-e707-41d4-8788-303a714dfb4f/mbid-00afba30-e707-41d4-8788-303a714dfb4f-14753957201_thumb500.jpg",
    "thumbnail_uri": "https://ia803401.us.archive.org/11/items/mbid-00afba30-e707-41d4-8788-303a714dfb4f/mbid-00afba30-e707-41d4-8788-303a714dfb4f-14753957201_thumb250.jpg",
    "song": "Hot in the City",
    "track_id": "956f2e12-d1b2-333e-beb5-05ccffa7ae0a",
    "recording_id": "d0745938-03e9-4fee-ae25-d449bf41506e",
    "artist": "Billy Idol",
    "artist_ids": [
        "47c8f88b-987a-4b64-9175-2b1b57809727"
    ],
    "album": "The Very Best of Billy Idol: Idolize Yourself",
    "release_id": "00afba30-e707-41d4-8788-303a714dfb4f",
    "release_group_id": "e3964ae1-a84a-36a4-8777-6703e9d65538",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2008-06-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hot in the City today!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}