Information about plays

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

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

{
    "id": 3616610,
    "uri": "https://api.kexp.org/v2/plays/3616610/?format=api",
    "airdate": "2026-02-12T15:06:42-08:00",
    "show": 65914,
    "show_uri": "https://api.kexp.org/v2/shows/65914/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alive",
    "track_id": null,
    "recording_id": "496a25ce-5916-4cc4-aaac-8a60cf1f6a3a",
    "artist": "Pearl Jam",
    "artist_ids": [
        "83b9cbe7-9857-49e2-ab8e-b57b01038103"
    ],
    "album": "Ten",
    "release_id": null,
    "release_group_id": "cea5d18a-1924-3cda-bebc-38933834b25d",
    "labels": [],
    "label_ids": [],
    "release_date": "1991-08-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See live \"Alive\" from Seattle's Climate Pledge Arena in 2024: https://www.youtube.com/watch?v=Tv7NW1-Gg2U",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}