Information about plays

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

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

{
    "id": 3568301,
    "uri": "https://api.kexp.org/v2/plays/3568301/?format=api",
    "airdate": "2025-10-22T01:06:27-07:00",
    "show": 64900,
    "show_uri": "https://api.kexp.org/v2/shows/64900/?format=api",
    "image_uri": "https://ia600109.us.archive.org/1/items/mbid-042b3ef4-d3b7-415c-9735-9d4d27e3a4f3/mbid-042b3ef4-d3b7-415c-9735-9d4d27e3a4f3-5162049282_thumb500.jpg",
    "thumbnail_uri": "https://ia800109.us.archive.org/1/items/mbid-042b3ef4-d3b7-415c-9735-9d4d27e3a4f3/mbid-042b3ef4-d3b7-415c-9735-9d4d27e3a4f3-5162049282_thumb250.jpg",
    "song": "Get on the Bus",
    "track_id": "178999cb-e2aa-3071-afa9-536edce2bb64",
    "recording_id": "28ee9d0c-c9c3-49d8-a119-630e19a64bf3",
    "artist": "Destiny’s Child feat. Timbaland",
    "artist_ids": [
        "daa09819-5da5-4c7a-8bef-eb372bb27ff1",
        "a796b92e-c137-4895-9c89-10f900617a4f"
    ],
    "album": "Why Do Fools Fall in Love: Music From & Inspired by the Motion Picture",
    "release_id": "042b3ef4-d3b7-415c-9735-9d4d27e3a4f3",
    "release_group_id": "d65b14cf-b652-3711-8fb7-a33f856d96e8",
    "labels": [
        "EastWest Records America"
    ],
    "label_ids": [
        "0b05d7e9-fd0b-4967-92a8-a42f72e12903"
    ],
    "release_date": "1998-09-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}