Information about plays

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

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

{
    "id": 3550816,
    "uri": "https://api.kexp.org/v2/plays/3550816/?format=api",
    "airdate": "2025-09-09T10:08:55-07:00",
    "show": 64517,
    "show_uri": "https://api.kexp.org/v2/shows/64517/?format=api",
    "image_uri": "https://ia600805.us.archive.org/23/items/mbid-2ab6cc8b-761d-4b12-a446-9f3e5c4a3d24/mbid-2ab6cc8b-761d-4b12-a446-9f3e5c4a3d24-21340722281_thumb500.jpg",
    "thumbnail_uri": "https://ia600805.us.archive.org/23/items/mbid-2ab6cc8b-761d-4b12-a446-9f3e5c4a3d24/mbid-2ab6cc8b-761d-4b12-a446-9f3e5c4a3d24-21340722281_thumb250.jpg",
    "song": "Face the Fire",
    "track_id": "132d8825-48f3-48ed-a427-06923b6729eb",
    "recording_id": "56702d4a-eb71-49c3-bc6e-41de4f083b48",
    "artist": "Boy Harsher",
    "artist_ids": [
        "6dc9bc09-a0c7-40f9-b491-f90845927533"
    ],
    "album": "Careful",
    "release_id": "2ab6cc8b-761d-4b12-a446-9f3e5c4a3d24",
    "release_group_id": "473c1534-3bf9-4ca3-b22f-1845e8ec4263",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-02-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Boy Harsher will be at Pier 80 in SF on Sunday, September 21st.\n--\nHere's the official video for \"Face the Fire\": https://www.youtube.com/watch?v=B4PDXmo-Gxo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}