Information about plays

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

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

{
    "id": 3500233,
    "uri": "https://api.kexp.org/v2/plays/3500233/?format=api",
    "airdate": "2025-05-12T01:33:27-07:00",
    "show": 63438,
    "show_uri": "https://api.kexp.org/v2/shows/63438/?format=api",
    "image_uri": "https://coverartarchive.org/release/6209d007-1081-450e-9b21-c95a7914796f/37492588570-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6209d007-1081-450e-9b21-c95a7914796f/37492588570-250.jpg",
    "song": "Gnostic",
    "track_id": null,
    "recording_id": "6f77857b-ed13-483f-90d7-fb3cfa1197d9",
    "artist": "Grachan Moncur III",
    "artist_ids": [
        "2098836b-6ee4-45fd-a5cc-0ab0782360e8"
    ],
    "album": "Some Other Stuff",
    "release_id": null,
    "release_group_id": "64fdbdf6-f449-3474-9628-94aca9eed5ac",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1965-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Noir inspired sounds that stretch the imagination from the composer/musician trombonist Grachan Moncur III, featuring a stellar lineup, Herbie Hancock, Wayne Shorter, Tony Williams, and Cecil Mcbee on Bass. Recently reissued on the Tone Poet series from Blue Note Records",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}