Information about plays

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

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

{
    "id": 3606290,
    "uri": "https://api.kexp.org/v2/plays/3606290/?format=api",
    "airdate": "2026-01-19T07:20:08-08:00",
    "show": 65698,
    "show_uri": "https://api.kexp.org/v2/shows/65698/?format=api",
    "image_uri": "https://ia600108.us.archive.org/15/items/mbid-414cff60-928d-4259-946d-dcd62f51cae3/mbid-414cff60-928d-4259-946d-dcd62f51cae3-4803125839_thumb500.jpg",
    "thumbnail_uri": "https://ia800108.us.archive.org/15/items/mbid-414cff60-928d-4259-946d-dcd62f51cae3/mbid-414cff60-928d-4259-946d-dcd62f51cae3-4803125839_thumb250.jpg",
    "song": "Marcus, Martin & Malcolm",
    "track_id": "03accd01-a860-37fb-b47b-084ff5b5896e",
    "recording_id": "584eabff-4703-4df4-aca8-356d1fbc4aa4",
    "artist": "The Jazzistics",
    "artist_ids": [
        "e34447d5-2a5c-48af-b19b-7b0924d3c7db"
    ],
    "album": "Yesterdays Universe",
    "release_id": "414cff60-928d-4259-946d-dcd62f51cae3",
    "release_group_id": "f97e5330-c1b0-32ee-8fc5-6bd65e60caad",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2007-07-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Jazzistics\" is a fictional jazz group created by producer Madlib for released on his Stones Throw Records label.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}