Information about plays

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

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

{
    "id": 3600093,
    "uri": "https://api.kexp.org/v2/plays/3600093/?format=api",
    "airdate": "2026-01-04T10:09:56-08:00",
    "show": 65561,
    "show_uri": "https://api.kexp.org/v2/shows/65561/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Streets of Baltimore",
    "track_id": "ced08b80-e36d-4c27-b015-24d8f150dae6",
    "recording_id": "4ef8a76b-b5f4-4160-9adb-27c722602ee7",
    "artist": "Rusty Willoughby",
    "artist_ids": [
        "085c41ec-6e8a-4f6c-899b-4f30e5563689"
    ],
    "album": "Cobirds Unite",
    "release_id": "5270c12f-6562-4667-8e99-739ddd5bc109",
    "release_group_id": "44c33c61-4e85-4c50-a103-2e7aecf3a463",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2010-11-16",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From the lead singer, songwriter, and guitarist of the influential Seattle 90s band, Flop.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}