Information about plays

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

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

{
    "id": 3599968,
    "uri": "https://api.kexp.org/v2/plays/3599968/?format=api",
    "airdate": "2026-01-04T02:55:16-08:00",
    "show": 65559,
    "show_uri": "https://api.kexp.org/v2/shows/65559/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "On the Bus Mall",
    "track_id": "d8b4d3c1-d292-3318-a0a7-c8f6e59b902c",
    "recording_id": "4b997164-80d0-4893-a70f-b4de074992ad",
    "artist": "The Decemberists",
    "artist_ids": [
        "97b1142f-c71e-4971-8736-4a8ceaf6b4c3"
    ],
    "album": "Picaresque",
    "release_id": "42ef4aa7-a493-4ba8-be55-b66e73cc4c3d",
    "release_group_id": "83809016-521d-3b0b-8685-7d0e554fdcb7",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2005-03-22",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}