Information about plays

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

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

{
    "id": 3580504,
    "uri": "https://api.kexp.org/v2/plays/3580504/?format=api",
    "airdate": "2025-11-20T04:08:01-08:00",
    "show": 65158,
    "show_uri": "https://api.kexp.org/v2/shows/65158/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sushi",
    "track_id": null,
    "recording_id": null,
    "artist": "FKA twigs",
    "artist_ids": [
        "1e4e9db7-5068-4a9c-bdd0-5777e47172c8"
    ],
    "album": "EUSEXUA afterglow",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Following up EUSEXUA, which dropped in January 2025, EUSEXUA Afterglow is FKA twigs' 2nd album this calendar year with 11 new songs. store.fkatwigsofficial.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}