Information about plays

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

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

{
    "id": 3521428,
    "uri": "https://api.kexp.org/v2/plays/3521428/?format=api",
    "airdate": "2025-07-02T00:11:18-07:00",
    "show": 63895,
    "show_uri": "https://api.kexp.org/v2/shows/63895/?format=api",
    "image_uri": "https://coverartarchive.org/release/16ff259a-ca41-44ae-8433-b30bcfe5f43a/11934477368-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/16ff259a-ca41-44ae-8433-b30bcfe5f43a/11934477368-250.jpg",
    "song": "Cherry Bomb",
    "track_id": null,
    "recording_id": "d8cb3068-578e-4323-82d1-8b6248a9b8b5",
    "artist": "The Runaways",
    "artist_ids": [
        "ded0d67a-eb71-4fe9-83c0-1d18b8ed497e"
    ],
    "album": "20th Century Masters: The Millennium Collection: The Best of The Runaways",
    "release_id": null,
    "release_group_id": "a466fb1b-1976-4e89-8809-f26b2a5984bd",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "2005-05-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Runaways were an American, all female rock band from the late 70s. Their story was made into a movie back in 2010, Check out the New York Times review here.\nhttps://www.nytimes.com/2010/03/14/movies/14runaways.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}