Information about plays

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

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

{
    "id": 3558251,
    "uri": "https://api.kexp.org/v2/plays/3558251/?format=api",
    "airdate": "2025-09-27T06:11:44-07:00",
    "show": 64673,
    "show_uri": "https://api.kexp.org/v2/shows/64673/?format=api",
    "image_uri": "https://coverartarchive.org/release/67fd9236-c815-4fab-b61f-88fb7148c2d8/17656936046-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/67fd9236-c815-4fab-b61f-88fb7148c2d8/17656936046-250.jpg",
    "song": "Your Name",
    "track_id": null,
    "recording_id": "1f672870-3688-4c5f-8bca-3e6f5a007abb",
    "artist": "Bernache",
    "artist_ids": [
        "6fa79174-8413-4e31-80a2-c80af8c7d203"
    ],
    "album": "Your Name",
    "release_id": null,
    "release_group_id": "9cb97bfa-e3e9-4940-b6e4-60a3a40a30f4",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2017-02-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}