Information about plays

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

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

{
    "id": 3552171,
    "uri": "https://api.kexp.org/v2/plays/3552171/?format=api",
    "airdate": "2025-09-12T17:05:03-07:00",
    "show": 64543,
    "show_uri": "https://api.kexp.org/v2/shows/64543/?format=api",
    "image_uri": "https://ia600205.us.archive.org/34/items/mbid-9648435f-ce2f-4e6b-bebe-90ef7c6f2d88/mbid-9648435f-ce2f-4e6b-bebe-90ef7c6f2d88-8256283799_thumb500.jpg",
    "thumbnail_uri": "https://ia600205.us.archive.org/34/items/mbid-9648435f-ce2f-4e6b-bebe-90ef7c6f2d88/mbid-9648435f-ce2f-4e6b-bebe-90ef7c6f2d88-8256283799_thumb250.jpg",
    "song": "Let's Get It On",
    "track_id": "bc93d329-302a-3387-b31d-9c1087f96ba1",
    "recording_id": "52a922d8-e994-49d0-8e8f-ea9cd38d40e8",
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "The Very Best of Marvin Gaye",
    "release_id": "9648435f-ce2f-4e6b-bebe-90ef7c6f2d88",
    "release_group_id": "fabc8d10-64e5-452c-bfe3-5da10451d136",
    "labels": [
        "Motown",
        "UTV Records"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b",
        "b76b577b-3460-4d8c-874f-4530b3396311"
    ],
    "release_date": "2001-07-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Marvin Gaye's 1973 classic was originally written by 1950s one-hit-wonder Ed Townsend (\"For Your Love\" in 1958), addressing the author's desire to get on with life after beating alcoholism. Marvin Gaye completely changed the lyrics (and meaning) to the song after meeting Janis Hunter, the woman who would become his second wife. The song helped cement Gaye's reputation as one of the greatest singers of sensual music. Song writing credits on the song went to both Gaye and Townsend.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}