Information about plays

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

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

{
    "id": 3604701,
    "uri": "https://api.kexp.org/v2/plays/3604701/?format=api",
    "airdate": "2026-01-15T14:16:56-08:00",
    "show": 65658,
    "show_uri": "https://api.kexp.org/v2/shows/65658/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Now Is the Time",
    "track_id": null,
    "recording_id": "dd509f76-8394-4977-b0ef-b6bc549eea42",
    "artist": "The Clark Sisters, Mattie Moss Clark",
    "artist_ids": [],
    "album": "Is My Living In Vain",
    "release_id": null,
    "release_group_id": "c234b3c1-9a17-3c9c-9e38-25d8dd0b8f97",
    "labels": [],
    "label_ids": [],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Loving and kind\nMerciful and mild\nHe stands with arms out opened wide\nWon't you abide...\": https://genius.com/The-clark-sisters-now-is-the-time-lyrics\n--\nThis song was sampled by Killer Mike for \"SHED TEARS.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}