Information about plays

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

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

{
    "id": 3628665,
    "uri": "https://api.kexp.org/v2/plays/3628665/?format=api",
    "airdate": "2026-03-14T05:35:31-07:00",
    "show": 66175,
    "show_uri": "https://api.kexp.org/v2/shows/66175/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hollow Girl",
    "track_id": null,
    "recording_id": "5c03a3c0-8a3f-4716-b641-754185a76b01",
    "artist": "Fuzzbox",
    "artist_ids": [
        "db4a0ddd-ce88-4760-85fe-e22cf473fda0"
    ],
    "album": "Love Is a Slug: The BBC Sessions",
    "release_id": null,
    "release_group_id": "99cbbf77-2088-3fbb-a874-6a63eab47e9c",
    "labels": [
        "Cherry Red Records"
    ],
    "label_ids": [
        "0a866b14-bfd8-4e74-b451-ada9fc713329"
    ],
    "release_date": "2002-06-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}