Information about plays

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

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

{
    "id": 3538143,
    "uri": "https://api.kexp.org/v2/plays/3538143/?format=api",
    "airdate": "2025-08-09T22:46:20-07:00",
    "show": 64248,
    "show_uri": "https://api.kexp.org/v2/shows/64248/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dresses",
    "track_id": null,
    "recording_id": null,
    "artist": "lame",
    "artist_ids": [],
    "album": "Ol Dr Bomb",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Faster and Louder Records"
    ],
    "label_ids": [
        "9d13eb68-237e-4f4c-b0aa-f300461509a8"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing the reissued version of this song which is set to release on vinyl on September 15th via Faster and Louder Records.\n\nhttps://fasterandlouder.bandcamp.com/track/nana",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}