Information about plays

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

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

{
    "id": 3544152,
    "uri": "https://api.kexp.org/v2/plays/3544152/?format=api",
    "airdate": "2025-08-24T09:56:38-07:00",
    "show": 64375,
    "show_uri": "https://api.kexp.org/v2/shows/64375/?format=api",
    "image_uri": "https://coverartarchive.org/release/56f918d2-e905-42e4-bcf5-72f98afd8503/4277907532-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/56f918d2-e905-42e4-bcf5-72f98afd8503/4277907532-250.jpg",
    "song": "Machine Gun",
    "track_id": null,
    "recording_id": "9ae0996b-6e92-443b-8382-bb59314b6f98",
    "artist": "Commodores",
    "artist_ids": [
        "900ab237-327b-44e2-87e4-73250bbe025a"
    ],
    "album": "Machine Gun",
    "release_id": null,
    "release_group_id": "c9bc4912-c69f-3b7d-b3b4-ef283db2bcee",
    "labels": [
        "Motown"
    ],
    "label_ids": [],
    "release_date": "1974-07-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Motown founder Berry Gordy thought Milan Williams’ clavinet part sounded like a machine gun and that’s how they found a title for the song.\nhttps://theboombox.com/40-years-ago-commodores-release-machine-gun/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}