Information about plays

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

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

{
    "id": 3543588,
    "uri": "https://api.kexp.org/v2/plays/3543588/?format=api",
    "airdate": "2025-08-23T03:41:17-07:00",
    "show": 64361,
    "show_uri": "https://api.kexp.org/v2/shows/64361/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Three Of Swords",
    "track_id": "7e717175-b84f-4ebe-b430-5c852084029c",
    "recording_id": "dbd0995c-d4b5-471e-a16a-5829ef5aa849",
    "artist": "Jamie Aaron Aux",
    "artist_ids": [
        "2a19a94c-6e38-446b-bd2a-bbd94afda4e5"
    ],
    "album": "Close The Circle",
    "release_id": "c766a080-48b4-4088-ab2e-0428a28e85a4",
    "release_group_id": "814ab741-efa6-40b1-a149-30dc4c32a036",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2017-06-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}