Information about plays

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

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

{
    "id": 3554407,
    "uri": "https://api.kexp.org/v2/plays/3554407/?format=api",
    "airdate": "2025-09-18T01:23:47-07:00",
    "show": 64591,
    "show_uri": "https://api.kexp.org/v2/shows/64591/?format=api",
    "image_uri": "https://coverartarchive.org/release/4255b485-9023-44ee-83ae-f5ab5fae18a2/29270305393-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4255b485-9023-44ee-83ae-f5ab5fae18a2/29270305393-250.jpg",
    "song": "Work That Body",
    "track_id": null,
    "recording_id": "cdd08c05-79c3-4f5b-9533-501cb451a3e4",
    "artist": "Taana Gardner",
    "artist_ids": [
        "2e213623-7c7c-45c6-9bc5-d555f73f7bca"
    ],
    "album": "Taana Gardner",
    "release_id": null,
    "release_group_id": "4f561e89-25bd-4ed2-9ce3-7dd91714ef9e",
    "labels": [
        "West End Records"
    ],
    "label_ids": [
        "df4f0d2b-deed-4d37-afcd-71d18d87544c"
    ],
    "release_date": "1979-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mixed by the legendary Paradise Garage DJ Larry Levan.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}