Information about plays

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

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

{
    "id": 3611170,
    "uri": "https://api.kexp.org/v2/plays/3611170/?format=api",
    "airdate": "2026-01-30T21:25:35-08:00",
    "show": 65796,
    "show_uri": "https://api.kexp.org/v2/shows/65796/?format=api",
    "image_uri": "https://coverartarchive.org/release/5bd6b7d5-033f-47d8-9d26-9019ca6a0f8c/10562245843-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5bd6b7d5-033f-47d8-9d26-9019ca6a0f8c/10562245843-250.jpg",
    "song": "Joy",
    "track_id": null,
    "recording_id": null,
    "artist": "Falana",
    "artist_ids": [
        "338df2b6-3efd-482d-9974-857807783f26"
    ],
    "album": "Things Fall Together",
    "release_id": null,
    "release_group_id": "50f6f089-dad5-47ba-9215-b2dc658076dd",
    "labels": [],
    "label_ids": [],
    "release_date": "2014-09-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Love to my sis!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}