Information about plays

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

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

{
    "id": 3543596,
    "uri": "https://api.kexp.org/v2/plays/3543596/?format=api",
    "airdate": "2025-08-23T04:07:24-07:00",
    "show": 64361,
    "show_uri": "https://api.kexp.org/v2/shows/64361/?format=api",
    "image_uri": "https://ia800403.us.archive.org/3/items/mbid-ec976ff6-697b-4cbd-8ce4-0e758233ff50/mbid-ec976ff6-697b-4cbd-8ce4-0e758233ff50-23662486118_thumb500.jpg",
    "thumbnail_uri": "https://ia600403.us.archive.org/3/items/mbid-ec976ff6-697b-4cbd-8ce4-0e758233ff50/mbid-ec976ff6-697b-4cbd-8ce4-0e758233ff50-23662486118_thumb250.jpg",
    "song": "Lovers in the Backseat",
    "track_id": "53453b1d-1384-3be1-8ef5-5e0d75ec4015",
    "recording_id": "809e2702-0a9d-4327-ad79-e8baff7ae545",
    "artist": "Scissor Sisters",
    "artist_ids": [
        "4236d929-9a81-4c8e-97c3-8d3306780f50"
    ],
    "album": "Scissor Sisters",
    "release_id": "ec976ff6-697b-4cbd-8ce4-0e758233ff50",
    "release_group_id": "9235cafc-3083-33c7-bfee-ed9f0828b6de",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}