Information about plays

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

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

{
    "id": 3636872,
    "uri": "https://api.kexp.org/v2/plays/3636872/?format=api",
    "airdate": "2026-04-02T13:05:47-07:00",
    "show": 66346,
    "show_uri": "https://api.kexp.org/v2/shows/66346/?format=api",
    "image_uri": "https://coverartarchive.org/release/f54c4fb8-ff7c-461b-9aa9-8bb5ae6c80a7/43022077654-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f54c4fb8-ff7c-461b-9aa9-8bb5ae6c80a7/43022077654-250.jpg",
    "song": "Music",
    "track_id": null,
    "recording_id": "e746ac09-de01-4d5f-b48a-a1e3b5f8aefc",
    "artist": "Erick Sermon feat. Marvin Gaye",
    "artist_ids": [
        "7fdb6168-64a8-4b5a-9a6a-e39803e4aec1",
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "Music",
    "release_id": null,
    "release_group_id": "b55ba72e-cba2-3987-8874-d9e08cb09ce1",
    "labels": [
        "J Records"
    ],
    "label_ids": [
        "8a8c6bc8-1a43-4bde-a28d-91314fa1076f"
    ],
    "release_date": "2001-10-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song features archived vocals from Marvin Gaye's \"I've Got My Music..\"  \n--\nRapper Eric Sermon is known for his solo work, his production ability, and for being part of EPMD. He wrote this song after buying a copy of Gaye's Midnight Love and the Sexual Healing Sessions album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}