Information about plays

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

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

{
    "id": 3640888,
    "uri": "https://api.kexp.org/v2/plays/3640888/?format=api",
    "airdate": "2026-04-11T19:53:52-07:00",
    "show": 66428,
    "show_uri": "https://api.kexp.org/v2/shows/66428/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Licked / Nicked",
    "track_id": null,
    "recording_id": "90bd7a52-d65e-4a03-b2d2-db9f68986eec",
    "artist": "Strong Killings",
    "artist_ids": [
        "5473c2c7-bae2-4688-a438-e81ded019686"
    ],
    "album": "Strong Killings",
    "release_id": null,
    "release_group_id": "704dd9c8-3775-4d5a-9448-cd8788dd32d9",
    "labels": [
        "Don't Stop Believin' Records"
    ],
    "label_ids": [
        "029c8691-98a3-46cd-9a5d-e40cb937a5ff"
    ],
    "release_date": "2011-07-19",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}