Information about plays

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

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

{
    "id": 3623030,
    "uri": "https://api.kexp.org/v2/plays/3623030/?format=api",
    "airdate": "2026-02-27T14:43:36-08:00",
    "show": 66044,
    "show_uri": "https://api.kexp.org/v2/shows/66044/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Glamorous Lifestyle",
    "track_id": null,
    "recording_id": "80fe10a5-65a7-42f5-9754-eb5281244280",
    "artist": "The Jacka feat. Andre Nickatina",
    "artist_ids": [
        "71ae037a-d95f-4bd7-aa9a-dd557a7d84ae",
        "d1111f0f-33b6-4182-a280-11e2b2984115"
    ],
    "album": "Tear Gas",
    "release_id": null,
    "release_group_id": "b5cd6af2-d1ea-4ade-99ce-4fb4b6abb659",
    "labels": [
        "SMC Recordings"
    ],
    "label_ids": [
        "bc108627-67d5-4228-b151-a5d75a84c17e"
    ],
    "release_date": "2009-06-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP JACKA\n\nAnother Traxamillion banger",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}