Information about plays

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

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

{
    "id": 3629456,
    "uri": "https://api.kexp.org/v2/plays/3629456/?format=api",
    "airdate": "2026-03-15T20:10:24-07:00",
    "show": 66191,
    "show_uri": "https://api.kexp.org/v2/shows/66191/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Remind Me",
    "track_id": null,
    "recording_id": "3533e0f7-ca88-497f-9715-542f53a8b46b",
    "artist": "Mary J. Blige",
    "artist_ids": [
        "db76c5ca-d555-4f09-b1db-baa1b713d875"
    ],
    "album": "What’s the 411?",
    "release_id": null,
    "release_group_id": "8debe6e5-7fd1-35ee-9d3f-96523536b9f8",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1992-07-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was the first single to be released from Mary J. Blige's debut album, \"What's the 411?\" It reached Number 1 on the Billboard R & B charts and was her first top 40 hit. It sampled Patrice Rushen's \"Remind Me.\"\n--\nSomeone wrote, \"Mary had swag before we knew what swag was.\" Watch the official video: https://www.youtube.com/watch?v=Nia2C6JW4VU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}