Information about plays

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

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

{
    "id": 3559365,
    "uri": "https://api.kexp.org/v2/plays/3559365/?format=api",
    "airdate": "2025-09-29T22:07:31-07:00",
    "show": 64704,
    "show_uri": "https://api.kexp.org/v2/shows/64704/?format=api",
    "image_uri": "https://coverartarchive.org/release/f6804b79-a45a-4f6d-a3e1-aa7f2c4626c5/15212486031-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f6804b79-a45a-4f6d-a3e1-aa7f2c4626c5/15212486031-250.jpg",
    "song": "Atlantic City Gambler",
    "track_id": null,
    "recording_id": null,
    "artist": "Grace Jones",
    "artist_ids": [
        "b1c124b3-cf60-41a6-8699-92728c8a3fe0"
    ],
    "album": "Muse",
    "release_id": null,
    "release_group_id": "7a480d61-4135-3b0c-8a01-29b41c2a3eaa",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1979-08-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Always bet on black",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}