Information about plays

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

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

{
    "id": 3598889,
    "uri": "https://api.kexp.org/v2/plays/3598889/?format=api",
    "airdate": "2026-01-01T16:30:57-08:00",
    "show": 65534,
    "show_uri": "https://api.kexp.org/v2/shows/65534/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cherry Pie",
    "track_id": null,
    "recording_id": "15e71085-22b7-4a8b-96b8-7a46c916e91b",
    "artist": "Fazerdaze",
    "artist_ids": [
        "d51ce0e4-027e-4ecf-a87e-c02a08149f42"
    ],
    "album": "Soft Power",
    "release_id": null,
    "release_group_id": "cd946c6f-fc45-44c6-aa62-c0683e40bccd",
    "labels": [
        "section1"
    ],
    "label_ids": [
        "0fef83ca-925d-4a0a-84a0-bc7a2e5fb477"
    ],
    "release_date": "2024-11-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We loved it when New Zealand artist Amelia Murray (Fazerdaze) performed live with her bandmate Dave Rowlands in our studio in 2024! Watch that entire performance, which included \"Cherry Pie\": https://www.youtube.com/watch?v=vFzTCW1bht8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}