Information about plays

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

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

{
    "id": 3542710,
    "uri": "https://api.kexp.org/v2/plays/3542710/?format=api",
    "airdate": "2025-08-21T01:44:42-07:00",
    "show": 64344,
    "show_uri": "https://api.kexp.org/v2/shows/64344/?format=api",
    "image_uri": "https://coverartarchive.org/release/23ddfd54-9022-4125-86f4-b427370eab64/21099320642-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/23ddfd54-9022-4125-86f4-b427370eab64/21099320642-250.jpg",
    "song": "Trouble Man",
    "track_id": null,
    "recording_id": "1f0fd424-5f16-487e-bade-ce4651705439",
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "Trouble Man",
    "release_id": null,
    "release_group_id": "e8f497d8-2a2c-3505-83eb-48ef8fcbd54c",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1972-12-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 1972, things were rapidly shifting in Marvin Gaye's world. He was coming off of one of his most wide-reaching hit albums with 1971's instant classic What's Going On, and his recording contract with Motown subsidiary Tamla was renewed for a cool million dollars and total creative control, making him one of the most successful R&B artists of his day. With Motown's offices migrating west from Detroit to Los Angeles, Gaye followed suit, beginning work on Trouble Man, both the score to a blaxploitation film of the same name and the soundtrack that would be his next album. \n\nRead the full album review - https://www.allmusic.com/album/trouble-man-original-motion-picture-soundtrack--mw0000653759",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}