Information about plays

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

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

{
    "id": 3580465,
    "uri": "https://api.kexp.org/v2/plays/3580465/?format=api",
    "airdate": "2025-11-20T02:02:04-08:00",
    "show": 65158,
    "show_uri": "https://api.kexp.org/v2/shows/65158/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Just to Get a Rep",
    "track_id": null,
    "recording_id": "95f9d692-fe9e-4b68-a092-245fea06cf40",
    "artist": "Gang Starr",
    "artist_ids": [
        "9ef8042a-2528-4f5c-b7c1-5e72b1efe170"
    ],
    "album": "Step in the Arena",
    "release_id": null,
    "release_group_id": "b66d223b-f057-3bba-9fee-92ee3db86257",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You know, Gang Starr sample Jean-Jacques Perrey's \"E.V.A.\" in this song.: https://www.youtube.com/watch?v=Z2y85V8v8N8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}