Information about plays

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

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

{
    "id": 3570248,
    "uri": "https://api.kexp.org/v2/plays/3570248/?format=api",
    "airdate": "2025-10-26T13:39:36-07:00",
    "show": 64940,
    "show_uri": "https://api.kexp.org/v2/shows/64940/?format=api",
    "image_uri": "https://coverartarchive.org/release/35515550-6500-4268-9bba-98db9d52a6bd/18944633156-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/35515550-6500-4268-9bba-98db9d52a6bd/18944633156-250.jpg",
    "song": "Sunshowers",
    "track_id": null,
    "recording_id": "f8a0ccce-ced9-4bf2-8e0c-087ab3ca4137",
    "artist": "M.I.A.",
    "artist_ids": [
        "7cf0ea9d-86b9-4dad-ba9e-2355a64899ea"
    ],
    "album": "Arular",
    "release_id": null,
    "release_group_id": "32d38e25-27e8-45bc-b79b-931f5a609546",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2005-02-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "M.I.A. interpolated the lyrics from Dr. Buzzard’s Original Savannah Band's 1976 \"Sunshower\" to make a song about violence in Sr Lanka during the civil war.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}