Information about plays

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

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

{
    "id": 3628551,
    "uri": "https://api.kexp.org/v2/plays/3628551/?format=api",
    "airdate": "2026-03-13T23:01:55-07:00",
    "show": 66173,
    "show_uri": "https://api.kexp.org/v2/shows/66173/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "friday the 13th",
    "track_id": null,
    "recording_id": null,
    "artist": "Yung Lean",
    "artist_ids": [
        "757ed661-fbad-4e45-b1cd-a6b09f06f54a"
    ],
    "album": "Poison Ivy",
    "release_id": null,
    "release_group_id": "02d6c05b-d496-4fe0-994d-716682768ffd",
    "labels": [],
    "label_ids": [],
    "release_date": "2018-11-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=2o3N7LxGNks",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}