Information about plays

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

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

{
    "id": 3554902,
    "uri": "https://api.kexp.org/v2/plays/3554902/?format=api",
    "airdate": "2025-09-19T06:48:19-07:00",
    "show": 64600,
    "show_uri": "https://api.kexp.org/v2/shows/64600/?format=api",
    "image_uri": "https://ia801906.us.archive.org/23/items/mbid-03f47647-35d3-3a64-832b-ff9846a154af/mbid-03f47647-35d3-3a64-832b-ff9846a154af-3890720100_thumb500.jpg",
    "thumbnail_uri": "https://ia801906.us.archive.org/23/items/mbid-03f47647-35d3-3a64-832b-ff9846a154af/mbid-03f47647-35d3-3a64-832b-ff9846a154af-3890720100_thumb250.jpg",
    "song": "Rhythm Nation",
    "track_id": "94cb87e2-3b87-3bcf-b949-b4a2a8c2ab67",
    "recording_id": "94d7fa38-cc03-4a91-bbdb-be74eaf3f075",
    "artist": "Janet Jackson",
    "artist_ids": [
        "6be2828f-6c0d-4059-99d4-fa18acf1a296"
    ],
    "album": "Rhythm Nation 1814",
    "release_id": "03f47647-35d3-3a64-832b-ff9846a154af",
    "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": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released OTD in 1989.\n\nJanet 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"
}