Information about plays

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

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

{
    "id": 3541638,
    "uri": "https://api.kexp.org/v2/plays/3541638/?format=api",
    "airdate": "2025-08-18T14:40:28-07:00",
    "show": 64325,
    "show_uri": "https://api.kexp.org/v2/shows/64325/?format=api",
    "image_uri": "https://coverartarchive.org/release/bcf202f4-2c65-4a22-99a1-80089f6ea8dc/2831525570-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bcf202f4-2c65-4a22-99a1-80089f6ea8dc/2831525570-250.jpg",
    "song": "Wargasm",
    "track_id": null,
    "recording_id": "3ccc208d-1b17-4f50-b1a9-75e683d9f448",
    "artist": "L7",
    "artist_ids": [
        "57111f1f-9829-45ea-bb4e-a5aba37cd1d1"
    ],
    "album": "Fast and Frightening",
    "release_id": null,
    "release_group_id": "930294b7-6ba0-36ce-aa7a-2c668ff6754d",
    "labels": [
        "Metal Biter"
    ],
    "label_ids": [
        "c93378a6-87c8-4d75-a1d4-c887ff2cdb4c"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Gulf War covered up the Savings And Loans crisis,\" lead singer Donita Sparks told Melody Maker. \"The Savings And Loans literally went bankrupt because the Republicans were scamming. People were taking money from it and it went bankrupt, and to cover all that up - Pow! Suddenly, the Gulf War was on TV every moment of the day. So, you see, stuff like that covers up the real s--t that's going down.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}