Information about plays

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

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

{
    "id": 3583966,
    "uri": "https://api.kexp.org/v2/plays/3583966/?format=api",
    "airdate": "2025-11-28T06:30:03-08:00",
    "show": 65229,
    "show_uri": "https://api.kexp.org/v2/shows/65229/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I’m Ready for Love",
    "track_id": null,
    "recording_id": "f0b9b0c7-0ab4-4ceb-8606-6c506101be03",
    "artist": "Martha & the Vandellas",
    "artist_ids": [
        "9d1bc10a-24fe-4b41-8338-ea92d8101a09"
    ],
    "album": "Watchout!",
    "release_id": null,
    "release_group_id": "c173667a-1525-3002-8eec-cff495632979",
    "labels": [
        "Gordy"
    ],
    "label_ids": [
        "9b6dec85-599a-481f-9642-62fd1d3999fe"
    ],
    "release_date": "1966-11-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday to Motown producer Berry Gordy who turns 96 (1929) today.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}