Information about plays

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

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

{
    "id": 3587005,
    "uri": "https://api.kexp.org/v2/plays/3587005/?format=api",
    "airdate": "2025-12-05T04:55:41-08:00",
    "show": 65291,
    "show_uri": "https://api.kexp.org/v2/shows/65291/?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": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}