Information about plays

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

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

{
    "id": 3588862,
    "uri": "https://api.kexp.org/v2/plays/3588862/?format=api",
    "airdate": "2025-12-09T10:08:20-08:00",
    "show": 65331,
    "show_uri": "https://api.kexp.org/v2/shows/65331/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Elvis' Flaming Star",
    "track_id": "2e57b7b4-fa7b-4f3b-b927-d32c65b6a326",
    "recording_id": "a6355e4c-18a4-4cdb-836a-2ac31866a7b7",
    "artist": "Pond",
    "artist_ids": [
        "69ac44f7-c80d-47b4-9bc8-fcc758d209e6"
    ],
    "album": "Man It Feels Like Space Again",
    "release_id": "e94e5855-0b2a-46e1-b165-7160a9f8d972",
    "release_group_id": "001206b3-0569-4d84-b1f6-854c8b032534",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2015-01-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that \"Flaming Star\" was a 1960 Western starring Elvis Presley? : https://www.imdb.com/title/tt0053825/\n--\nCheryl was the host when Australian band Pond performed this one live in our studio in 2014: https://www.youtube.com/watch?v=Gice6l5R-nc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}