Information about plays

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

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

{
    "id": 3610367,
    "uri": "https://api.kexp.org/v2/plays/3610367/?format=api",
    "airdate": "2026-01-28T22:25:47-08:00",
    "show": 65781,
    "show_uri": "https://api.kexp.org/v2/shows/65781/?format=api",
    "image_uri": "https://coverartarchive.org/release/de01b731-d6ab-3ba2-82c5-b269d95370ab/43650681312-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/de01b731-d6ab-3ba2-82c5-b269d95370ab/43650681312-250.jpg",
    "song": "Equal Rights",
    "track_id": null,
    "recording_id": "2f3feff5-5997-4a48-aba7-2871ead696ed",
    "artist": "Peter Tosh",
    "artist_ids": [
        "7db6aae5-6644-4513-9bfc-ca2e79d4469c"
    ],
    "album": "Equal Rights",
    "release_id": null,
    "release_group_id": "3c46302b-426f-3fce-a6ad-b7f76fee40f4",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring Sly Dunbar.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}