Information about plays

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

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

{
    "id": 3632358,
    "uri": "https://api.kexp.org/v2/plays/3632358/?format=api",
    "airdate": "2026-03-22T12:53:32-07:00",
    "show": 66251,
    "show_uri": "https://api.kexp.org/v2/shows/66251/?format=api",
    "image_uri": "https://coverartarchive.org/release/9227c262-0047-4258-88d3-89718062ef12/35943143725-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9227c262-0047-4258-88d3-89718062ef12/35943143725-250.jpg",
    "song": "Attention",
    "track_id": null,
    "recording_id": "738bb56d-dd3e-490e-a4e1-e2a0d50e3a86",
    "artist": "Doja Cat",
    "artist_ids": [
        "5df62a88-cac9-490a-b62c-c7c88f4020f4"
    ],
    "album": "Attention",
    "release_id": null,
    "release_group_id": "ea55ae8f-1c55-45b0-b962-6d46abaead56",
    "labels": [
        "RCA",
        "Kemosabe"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946",
        "df13ba4c-58a5-4da8-931b-5683dba21b72"
    ],
    "release_date": "2023-06-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Doja Cat and Ari Lennox collaborated on the 2019 track \"BMO\".\n\nDoja Cat performs at Climate Pledge Arena in Seattle on October 15th, and the Chase Center in San Francisco on October 19th.\n\n https://www.dojacat.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}