Information about plays

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

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

{
    "id": 3580761,
    "uri": "https://api.kexp.org/v2/plays/3580761/?format=api",
    "airdate": "2025-11-20T20:13:10-08:00",
    "show": 65164,
    "show_uri": "https://api.kexp.org/v2/shows/65164/?format=api",
    "image_uri": "https://coverartarchive.org/release/ab5e952a-6003-4ecb-be9e-c7e14f49c010/33188747384-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ab5e952a-6003-4ecb-be9e-c7e14f49c010/33188747384-250.jpg",
    "song": "Blues Drive Monster",
    "track_id": null,
    "recording_id": "38f2b241-696b-4710-8c49-bcf90feed7b0",
    "artist": "the pillows",
    "artist_ids": [
        "e69c8ccb-25b1-4c4a-89c6-8fdad1172951"
    ],
    "album": "FLCL OST No. 3",
    "release_id": null,
    "release_group_id": "e5d02a4d-a130-3d1a-9c16-39f534e74c38",
    "labels": [
        "STARCHILD"
    ],
    "label_ids": [
        "7e2ad7e2-759a-448d-b4bf-3c765dd370d5"
    ],
    "release_date": "2005-06-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Pillows were a Japanese alternative rock band formed in Hokkaido in 1989. They are best known for providing the soundtrack for the anime series FLCL.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}