Information about plays

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

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

{
    "id": 3579980,
    "uri": "https://api.kexp.org/v2/plays/3579980/?format=api",
    "airdate": "2025-11-18T21:21:21-08:00",
    "show": 65148,
    "show_uri": "https://api.kexp.org/v2/shows/65148/?format=api",
    "image_uri": "https://coverartarchive.org/release/a19ca235-4d2f-4eac-aa28-a73c23147618/24217354817-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a19ca235-4d2f-4eac-aa28-a73c23147618/24217354817-250.jpg",
    "song": "I Start To Pray",
    "track_id": null,
    "recording_id": "d2adf88b-b8f8-4fb5-88c7-f6303e4173fb",
    "artist": "Gaudi feat. Lee “Scratch” Perry and The Orb",
    "artist_ids": [
        "ecbe7008-86ad-4eb2-a75d-25e9c91c750d",
        "af75ebe4-3ab1-423d-a499-2a6f9d011ce2",
        "42c14c80-bd17-47e4-9bb2-a35897638c4d"
    ],
    "album": "In Between Times",
    "release_id": null,
    "release_group_id": "eff7fdcf-9a5a-48d9-8bf8-56af0b2bb9d8",
    "labels": [],
    "label_ids": [],
    "release_date": "2013-05-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "W Lee Scratch Perry\n\nBorn in Bologna, Italy\n\nHere's the Subatomic Sound System in studio from June 2023: https://tinyurl.com/48pdxtzn\n\nand with Lee \"Scratch\" Perry from September 2016: https://tinyurl.com/mryzfhze",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}