Information about plays

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

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

{
    "id": 3590860,
    "uri": "https://api.kexp.org/v2/plays/3590860/?format=api",
    "airdate": "2025-12-14T02:29:31-08:00",
    "show": 65374,
    "show_uri": "https://api.kexp.org/v2/shows/65374/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "be mine",
    "track_id": "2bd357e3-6c24-4848-a488-caf8a2624762",
    "recording_id": "60ace749-eba1-447a-b1ed-0fc9eaccd3d0",
    "artist": "strongboi",
    "artist_ids": [
        "fbf6f72f-c8dd-465d-b13e-593bfd9a92c7"
    ],
    "album": "ep 1",
    "release_id": "6c5bc2a2-774a-46e9-b019-76826f784319",
    "release_group_id": "82bbd9e1-1353-449b-9383-9d0e0cfbd68e",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-10-31",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}