Information about plays

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

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

{
    "id": 3556931,
    "uri": "https://api.kexp.org/v2/plays/3556931/?format=api",
    "airdate": "2025-09-23T23:33:28-07:00",
    "show": 64645,
    "show_uri": "https://api.kexp.org/v2/shows/64645/?format=api",
    "image_uri": "https://coverartarchive.org/release/64f6c7ed-759a-44c8-bc56-7db6ed8e3945/19775116214-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/64f6c7ed-759a-44c8-bc56-7db6ed8e3945/19775116214-250.jpg",
    "song": "Make Me Feel",
    "track_id": null,
    "recording_id": "fd7c0edc-9517-4f63-92ad-19e1dff8b559",
    "artist": "Janelle Monáe",
    "artist_ids": [
        "ee190f6b-7d98-43ec-b924-da5f8018eca0"
    ],
    "album": "Dirty Computer",
    "release_id": null,
    "release_group_id": "c3b6435c-2698-4909-9879-d80439e180fe",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2018-04-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Vocalist, songwriter, actress, entrepreneur. Trailblazer. https://www.jmonae.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}