Information about plays

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

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

{
    "id": 3594023,
    "uri": "https://api.kexp.org/v2/plays/3594023/?format=api",
    "airdate": "2025-12-21T12:40:01-08:00",
    "show": 65439,
    "show_uri": "https://api.kexp.org/v2/shows/65439/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "December",
    "track_id": "8706c079-6187-426b-b248-162461b6207f",
    "recording_id": "d57323f6-8a0f-413c-a03f-e31b2276af1b",
    "artist": "Robert Glasper feat. Andra Day",
    "artist_ids": [
        "802a3ea8-bd1b-4f97-9998-cbdd099d63d9",
        "6e8f82ea-9e6d-4fdd-9b32-32feef13186b"
    ],
    "album": "In December",
    "release_id": "de1ae184-61da-4a6e-996a-387977fe62f5",
    "release_group_id": "650adad5-e08c-40c2-b3a0-fcc1fc05443f",
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2024-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Robert Glasper's first Christmas album features an esteemed roster of frequent collaborators PJ Morton, Sevyn Streeter, Cynthia Ervo, Tarriona Tank Ball, Alex Isley, Andra Day, Doobie Powell, and The Baylor Project.\n\nhttps://robertglasper.bandcamp.com/album/in-december\nhttps://www.robertglasper.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}