Information about plays

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

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

{
    "id": 3574172,
    "uri": "https://api.kexp.org/v2/plays/3574172/?format=api",
    "airdate": "2025-11-05T04:12:17-08:00",
    "show": 65026,
    "show_uri": "https://api.kexp.org/v2/shows/65026/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "L’enfer",
    "track_id": "92064492-c28c-4dc1-873a-f9eb3e5c907b",
    "recording_id": "c893c755-a8a8-43a9-85b6-a44f11634448",
    "artist": "Stromae",
    "artist_ids": [
        "ab2528d9-719f-4261-8098-21849222a0f2"
    ],
    "album": "Multitude",
    "release_id": "0f8ec06c-ba96-44c8-89d0-edd743ce017e",
    "release_group_id": "d6cfccc8-026d-4028-b567-4f762354ff91",
    "labels": [
        "Polydor",
        "Mosaert"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2",
        "0550200c-22c1-4c62-b761-ef0b3665262b"
    ],
    "release_date": "2022-03-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Belgian artist Stromae played Live on KEXP in 2015! Enjoy video of that session here: https://youtu.be/oq766xFY8_Y\n\nPaul Van Haver (better known by his stage name Stromae) is a singer-songwriter-composer born in 1985 in Brussels to a Belgian mother and a Rwandan father. Check out the \"L'enfer\" video: https://youtu.be/DO8NSL5Wyeg https://www.stromae.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}