Information about plays

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

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

{
    "id": 3602362,
    "uri": "https://api.kexp.org/v2/plays/3602362/?format=api",
    "airdate": "2026-01-09T19:54:51-08:00",
    "show": 65607,
    "show_uri": "https://api.kexp.org/v2/shows/65607/?format=api",
    "image_uri": "https://coverartarchive.org/release/429c0e7e-eeaf-4eba-90b4-431800a25c58/20052627095-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/429c0e7e-eeaf-4eba-90b4-431800a25c58/20052627095-250.jpg",
    "song": "Malin Kpon O",
    "track_id": null,
    "recording_id": "687a8925-5265-49d5-aefb-af5df5cbbbb9",
    "artist": "T.P. Orchestre Poly-Rythmo",
    "artist_ids": [
        "6e2e4f60-1a79-41fc-892e-47d61edf4569"
    ],
    "album": "Echos Hypnotiques",
    "release_id": null,
    "release_group_id": "b8de43d7-f1a2-40a0-b350-62526b7bb8d9",
    "labels": [],
    "label_ids": [],
    "release_date": "2009-11-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The band is famous for its \"Poly-Rythmo\" sound, which blends indigenous and foreign influences",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}