Information about plays

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

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

{
    "id": 3617284,
    "uri": "https://api.kexp.org/v2/plays/3617284/?format=api",
    "airdate": "2026-02-14T07:16:10-08:00",
    "show": 65930,
    "show_uri": "https://api.kexp.org/v2/shows/65930/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Bear",
    "track_id": null,
    "recording_id": null,
    "artist": "Beatrice Deer",
    "artist_ids": [],
    "album": "The Bear",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Inuit\n--\nCanadian Aboriginal Music Award-winning singer-songwriter Beatrice Deer crafts songs with deeply personal lyrics and blends indie rock and modern folk with traditional Inuit stories and throat singing. https://beatricedeer.bandcamp.com/track/mother",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}