Information about plays

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

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

{
    "id": 3596790,
    "uri": "https://api.kexp.org/v2/plays/3596790/?format=api",
    "airdate": "2025-12-27T17:40:45-08:00",
    "show": 65490,
    "show_uri": "https://api.kexp.org/v2/shows/65490/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Be My Lover",
    "track_id": null,
    "recording_id": "7d5649cc-005b-4796-a02e-1c47151f3428",
    "artist": "La Bouche",
    "artist_ids": [
        "b79a3909-7611-4b89-ab5a-5609c4aaacae"
    ],
    "album": "Be My Lover",
    "release_id": null,
    "release_group_id": "5f3d477d-c7da-3158-bfd4-98f9c221c3c9",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1995-03-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You know it! https://www.youtube.com/watch?v=ViP87WipSm0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}