Information about plays

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

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

{
    "id": 3583734,
    "uri": "https://api.kexp.org/v2/plays/3583734/?format=api",
    "airdate": "2025-11-27T17:05:40-08:00",
    "show": 65225,
    "show_uri": "https://api.kexp.org/v2/shows/65225/?format=api",
    "image_uri": "https://coverartarchive.org/release/03f47647-35d3-3a64-832b-ff9846a154af/3890720100-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/03f47647-35d3-3a64-832b-ff9846a154af/3890720100-250.jpg",
    "song": "Rhythm Nation",
    "track_id": null,
    "recording_id": "94d7fa38-cc03-4a91-bbdb-be74eaf3f075",
    "artist": "Janet Jackson",
    "artist_ids": [
        "6be2828f-6c0d-4059-99d4-fa18acf1a296"
    ],
    "album": "Rhythm Nation 1814",
    "release_id": null,
    "release_group_id": "20aaac17-e4e8-373c-99cc-211321b82832",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1989-09-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Janet Jackson's song \"Rhythm Nation\" (from the album Rhythm Nation 1814) prominently features a sample from Sly & The Family Stone's song \"Thank You (Falettinme Be Mice Elf Agin).\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}