Information about plays

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

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

{
    "id": 3548325,
    "uri": "https://api.kexp.org/v2/plays/3548325/?format=api",
    "airdate": "2025-09-03T07:23:29-07:00",
    "show": 64462,
    "show_uri": "https://api.kexp.org/v2/shows/64462/?format=api",
    "image_uri": "https://coverartarchive.org/release/ba398ba4-4e25-497c-9862-0ca3bbf4e75a/30426265187-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ba398ba4-4e25-497c-9862-0ca3bbf4e75a/30426265187-250.jpg",
    "song": "9 to 5",
    "track_id": null,
    "recording_id": "f989fa05-7e2b-4e88-8a95-b5d68480b539",
    "artist": "Dolly Parton",
    "artist_ids": [
        "1d543e07-d0d2-4834-a8db-d65c50c2a856"
    ],
    "album": "9 to 5 / Sing for the Common Man",
    "release_id": null,
    "release_group_id": "5a2862db-8c19-47da-bdf4-06ab7a32c37b",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1980-11-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "First day of school! If it works would love a little Dolly “9 to 5“ for my Molly, age 10, heading into 5th grade.\n\nHeidi in Seattle\n\nYou got this, Molly!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}