Information about plays

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

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

{
    "id": 3601480,
    "uri": "https://api.kexp.org/v2/plays/3601480/?format=api",
    "airdate": "2026-01-07T16:51:56-08:00",
    "show": 65589,
    "show_uri": "https://api.kexp.org/v2/shows/65589/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Truly Alive",
    "track_id": "eab04924-09cc-314f-8c1f-48577aec7feb",
    "recording_id": "354e1e03-bd50-4f0d-a78e-1ef6d46b2e4b",
    "artist": "Mitzi",
    "artist_ids": [
        "9ca6357e-4270-4350-b006-4bdd0e291fb5"
    ],
    "album": "Truly Alive",
    "release_id": "095efb9d-f254-49a4-8cd6-0228a9f6e4f2",
    "release_group_id": "6b1aafeb-53a7-40fa-a3ba-a675d2a1faf6",
    "labels": [
        "Future Classic"
    ],
    "label_ids": [
        "d36fed82-04b0-4fba-ac8e-b518584bf741"
    ],
    "release_date": "2013-02-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Australian band Mitzi!\n\nRead about them here: https://duclarion.com/2013/02/mitzis-debut-album-is-truly-alive/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}