Information about plays

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

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

{
    "id": 3519930,
    "uri": "https://api.kexp.org/v2/plays/3519930/?format=api",
    "airdate": "2025-06-28T12:30:49-07:00",
    "show": 63861,
    "show_uri": "https://api.kexp.org/v2/shows/63861/?format=api",
    "image_uri": "https://ia600205.us.archive.org/17/items/mbid-0fa6e69d-ad23-46f9-95b8-c9db4cdbc440/mbid-0fa6e69d-ad23-46f9-95b8-c9db4cdbc440-9537646329_thumb500.jpg",
    "thumbnail_uri": "https://ia800205.us.archive.org/17/items/mbid-0fa6e69d-ad23-46f9-95b8-c9db4cdbc440/mbid-0fa6e69d-ad23-46f9-95b8-c9db4cdbc440-9537646329_thumb250.jpg",
    "song": "You Make Me Feel (Mighty Real)",
    "track_id": "50d3e1e4-94b9-3274-88cc-efd619f7211e",
    "recording_id": "c583fb66-410a-4edc-ad1f-439cfbdb4e20",
    "artist": "Sylvester",
    "artist_ids": [
        "4d3b710b-a5f0-4772-97db-f09e47fbc6d8"
    ],
    "album": "The Disco Years, Volume 1: Turn The Beat Around (1974-1978)",
    "release_id": "0fa6e69d-ad23-46f9-95b8-c9db4cdbc440",
    "release_group_id": "93862a4b-de0c-3f64-a78d-5efbeb07ebfe",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1990-06-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song is \"bigger than disco.\" Read about the artist and the song that became an LBGTQ anthem:\n\nhttps://www.npr.org/2018/10/08/651794925/sylvester-you-make-me-feel-mighty-real-american-anthem-disco-celebration",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}