Information about plays

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

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

{
    "id": 3602078,
    "uri": "https://api.kexp.org/v2/plays/3602078/?format=api",
    "airdate": "2026-01-09T03:45:56-08:00",
    "show": 65600,
    "show_uri": "https://api.kexp.org/v2/shows/65600/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tender Love",
    "track_id": null,
    "recording_id": "6ee0740a-0d3e-4527-b75a-94918fa363c1",
    "artist": "Force MD’s",
    "artist_ids": [
        "714dceb3-d277-4342-b3d9-3282324387c3"
    ],
    "album": "Chillin'",
    "release_id": null,
    "release_group_id": "e57fbd3c-01b4-30d4-9cd8-002c0a151a47",
    "labels": [
        "Tommy Boy"
    ],
    "label_ids": [
        "dd13c200-c9c9-4671-85f8-2dbff1319e3f"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Jimmy Jam and Terry Lewis break down the history of the production of \"Tender Love\"\n\nhttps://www.youtube.com/watch?v=WqzqEBfZQIM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}