Information about plays

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

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

{
    "id": 3598474,
    "uri": "https://api.kexp.org/v2/plays/3598474/?format=api",
    "airdate": "2025-12-31T14:22:58-08:00",
    "show": 65525,
    "show_uri": "https://api.kexp.org/v2/shows/65525/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fool’s Paradise",
    "track_id": null,
    "recording_id": "515589d4-c0a2-4d2c-b535-955edfbe02b1",
    "artist": "Meli’sa Morgan",
    "artist_ids": [
        "ef7cd54b-2570-475c-a8fa-34c18cc51136"
    ],
    "album": "Do Me Baby",
    "release_id": null,
    "release_group_id": "234cb204-d1b8-362b-88e3-acd4de52a4fb",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's a biography of R & B singerJoyce Melissa Morgan: https://www.facebook.com/groups/523856368364949/posts/2098788644205039/\n--\nJay-Z and Mary J. Blige sampled this song for \"Can't Knock The Hustle\" in 1996.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}