Information about plays

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

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

{
    "id": 3555189,
    "uri": "https://api.kexp.org/v2/plays/3555189/?format=api",
    "airdate": "2025-09-19T22:50:31-07:00",
    "show": 64606,
    "show_uri": "https://api.kexp.org/v2/shows/64606/?format=api",
    "image_uri": "https://coverartarchive.org/release/4319807c-bf4d-4fd4-8ff1-834a81afb5e8/41461869935-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4319807c-bf4d-4fd4-8ff1-834a81afb5e8/41461869935-250.jpg",
    "song": "star of the story",
    "track_id": null,
    "recording_id": "043b2c14-7bd4-4638-a812-21577f8be522",
    "artist": "Vayda",
    "artist_ids": [
        "db96a253-2f1d-4223-8f09-bc53202e99af"
    ],
    "album": "Put Your Clothes On",
    "release_id": null,
    "release_group_id": "ee686a81-9120-43b8-b415-a76efea91a07",
    "labels": [
        "VAY"
    ],
    "label_ids": [
        "ee0edb28-fd41-4b22-81e1-ebec24417db2"
    ],
    "release_date": "2025-03-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}