Information about plays

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

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

{
    "id": 3619981,
    "uri": "https://api.kexp.org/v2/plays/3619981/?format=api",
    "airdate": "2026-02-20T15:49:33-08:00",
    "show": 65983,
    "show_uri": "https://api.kexp.org/v2/shows/65983/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Wish You Love",
    "track_id": null,
    "recording_id": "48ea6d20-f248-4b91-9336-a5065797eada",
    "artist": "Nancy Wilson",
    "artist_ids": [
        "f597eafc-4dc5-4bc4-a019-a5035a3c8502"
    ],
    "album": "Like, In Love! (Remastered)",
    "release_id": null,
    "release_group_id": "d288b045-bc1f-489e-a9c4-b56ad0b2ef3e",
    "labels": [
        "RevOla Records"
    ],
    "label_ids": [
        "157594c9-cec7-4bd1-a002-6e2d05e42aad"
    ],
    "release_date": "2021-07-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born on this day in 1937 American singer Nancy Wilson. Wilson's career spanned over five decades, from the mid-1950s until her retirement in the early 2010s. She was especially notable for her single \"(You Don't Know) How Glad I Am\" and her version of the standard \"Guess Who I Saw Today\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}