Information about plays

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

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

{
    "id": 3590765,
    "uri": "https://api.kexp.org/v2/plays/3590765/?format=api",
    "airdate": "2025-12-13T21:13:07-08:00",
    "show": 65372,
    "show_uri": "https://api.kexp.org/v2/shows/65372/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Watch It Die",
    "track_id": null,
    "recording_id": null,
    "artist": "Home Front",
    "artist_ids": [
        "61fe64d2-983d-487c-bcb8-1e2fe07a1c98"
    ],
    "album": "Watch It Die",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "La Vida Es Mus Discos"
    ],
    "label_ids": [
        "d8586451-af5e-47da-8ff1-e210ad8ea448"
    ],
    "release_date": "2025-11-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Home Front hails from Edmonton! Their new album was released on Nov 14. https://arewenothomefront.bandcamp.com/album/watch-it-die",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}