Information about plays

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

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

{
    "id": 3598344,
    "uri": "https://api.kexp.org/v2/plays/3598344/?format=api",
    "airdate": "2025-12-31T07:00:57-08:00",
    "show": 65523,
    "show_uri": "https://api.kexp.org/v2/shows/65523/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You’d Better Believe It",
    "track_id": null,
    "recording_id": "2f72b844-a868-45a2-8a33-3f471507ad28",
    "artist": "The Manhattans",
    "artist_ids": [
        "8dce8a2d-8ed5-4672-b25e-bfe198b02b82"
    ],
    "album": "There’s No Me Without You",
    "release_id": null,
    "release_group_id": "67dda83f-d466-3550-8037-9b29af7d7b6d",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Manhattans were one of those classic R&B vocal groups who managed to achieve incredible career longevity by adapting their style to fit changing times. Formed in the '60s as a doo wop-influenced R&B quintet, the Manhattans reinvented themselves as sweet smooth soul balladeers during the '70s. -- Allmusic https://tinyurl.com/5n79ynw4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}