Information about plays

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

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

{
    "id": 3592878,
    "uri": "https://api.kexp.org/v2/plays/3592878/?format=api",
    "airdate": "2025-12-19T01:00:40-08:00",
    "show": 65415,
    "show_uri": "https://api.kexp.org/v2/shows/65415/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All I Want for Christmas",
    "track_id": "de413592-b54c-4fc6-bf75-54c09ddb119e",
    "recording_id": "3e7fdf57-3238-4efd-ab90-56fa6bef5d05",
    "artist": "Ini Kamoze",
    "artist_ids": [
        "ce29fa89-8aed-4f7b-8b3e-a34d0c9ed0c6"
    ],
    "album": "Natty and Nice: A Reggae Christmas",
    "release_id": "83b54bfe-7c10-46a1-b2f3-d15e370d06db",
    "release_group_id": "fd93fe3b-172e-426d-884f-2ffc6e5c8139",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}