Information about plays

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

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

{
    "id": 3545060,
    "uri": "https://api.kexp.org/v2/plays/3545060/?format=api",
    "airdate": "2025-08-26T12:49:41-07:00",
    "show": 64393,
    "show_uri": "https://api.kexp.org/v2/shows/64393/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "World's Fair",
    "track_id": "c260e7f0-7c92-445e-b12a-6919a0f64f6e",
    "recording_id": "cda0683e-6e18-48e8-9030-14e0c534cbeb",
    "artist": "Hi Crime",
    "artist_ids": [
        "bf002db7-53e1-4a0e-a66b-d0b98e4cd271"
    ],
    "album": "World's Fair",
    "release_id": "c7340634-dff2-4069-ae79-3635bb19e145",
    "release_group_id": "1f891d43-328f-4967-9246-cde9bed84895",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2020-11-06",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Cheryl selected this song from Seattle's Hi Crimes as a free KEXP song of the Day: https://www.kexp.org/podcasts/song-of-the-day/2021/1/8/hi-crime-worlds-fair/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}