Information about plays

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

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

{
    "id": 3626183,
    "uri": "https://api.kexp.org/v2/plays/3626183/?format=api",
    "airdate": "2026-03-07T00:15:34-08:00",
    "show": 66112,
    "show_uri": "https://api.kexp.org/v2/shows/66112/?format=api",
    "image_uri": "https://coverartarchive.org/release/5b3de0e4-cf86-43c4-b025-80288d6f7466/35751742692-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5b3de0e4-cf86-43c4-b025-80288d6f7466/35751742692-250.jpg",
    "song": "Formation",
    "track_id": null,
    "recording_id": "96b51b74-128d-4504-933d-4c77dfbd6d22",
    "artist": "Beyoncé",
    "artist_ids": [
        "859d0860-d480-4efd-970c-c05d5f1776b8"
    ],
    "album": "Lemonade",
    "release_id": null,
    "release_group_id": "c1f22e07-7bdf-4a4f-8b50-7747c1091ef6",
    "labels": [
        "Parkwood Entertainment"
    ],
    "label_ids": [
        "31eb6796-abba-4a02-b650-a556aa65f9ae"
    ],
    "release_date": "2016-04-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Make your donations at www.kexp.org now!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}