Information about plays

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

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

{
    "id": 3549857,
    "uri": "https://api.kexp.org/v2/plays/3549857/?format=api",
    "airdate": "2025-09-07T01:42:26-07:00",
    "show": 64496,
    "show_uri": "https://api.kexp.org/v2/shows/64496/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Weak Strike Back",
    "track_id": null,
    "recording_id": "c47c54f8-9cb8-471a-94b1-1b1f45ff6006",
    "artist": "Tyranex",
    "artist_ids": [
        "d152f380-2945-4088-9e5e-565cfe259690"
    ],
    "album": "Extermination Has Begun",
    "release_id": null,
    "release_group_id": "3bd5496b-2f02-4963-bed8-28da254690a2",
    "labels": [
        "Infernö Records"
    ],
    "label_ids": [
        "f5fd8660-d68d-42d0-86c0-3e32ed39b48e"
    ],
    "release_date": "2011-05-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in Stockholm, Sweden in 2005 and featuring members of Trotoar and Ice Age.\n\nhttps://tyranex.bandcamp.com/\nhttps://www.facebook.com/tyranexofficial/#",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}