Information about plays

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

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

{
    "id": 3582815,
    "uri": "https://api.kexp.org/v2/plays/3582815/?format=api",
    "airdate": "2025-11-25T14:20:36-08:00",
    "show": 65208,
    "show_uri": "https://api.kexp.org/v2/shows/65208/?format=api",
    "image_uri": "https://ia600203.us.archive.org/26/items/mbid-b740fb8e-942a-3437-823c-26fe0d805459/mbid-b740fb8e-942a-3437-823c-26fe0d805459-10494841658_thumb500.jpg",
    "thumbnail_uri": "https://ia600203.us.archive.org/26/items/mbid-b740fb8e-942a-3437-823c-26fe0d805459/mbid-b740fb8e-942a-3437-823c-26fe0d805459-10494841658_thumb250.jpg",
    "song": "Liberty Ship",
    "track_id": "48b5e4d0-fa89-3c53-8595-9a74becf56a8",
    "recording_id": "02918f6a-c1df-4aad-902b-9bbb14d46a51",
    "artist": "The La’s",
    "artist_ids": [
        "ff3e88b3-7354-4f30-967c-1a61ebc8c642"
    ],
    "album": "The La's",
    "release_id": "b740fb8e-942a-3437-823c-26fe0d805459",
    "release_group_id": "f57d03ff-b0a5-3b73-a14c-a5ed5f8cd956",
    "labels": [
        "London Records",
        "Go! Discs"
    ],
    "label_ids": [
        "60a0dd34-2333-4679-9050-38c21f7bc616",
        "d348ac6f-0fb1-4d28-b95c-814eb9ad17ef"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Request from jd22.\n\nWhen the La's released their debut album in 1990, it made immediate waves in the British pop scene, as well as American college radio. Drawing from the hook-laden, ringing guitars of mid-'60s British pop as well as the post-punk pop of the Smiths, the La's' self-titled first album had a timeless, classic feel.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}