Information about plays

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

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

{
    "id": 3617173,
    "uri": "https://api.kexp.org/v2/plays/3617173/?format=api",
    "airdate": "2026-02-14T00:26:21-08:00",
    "show": 65926,
    "show_uri": "https://api.kexp.org/v2/shows/65926/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Just Wanna Beat",
    "track_id": null,
    "recording_id": "32c2a8fd-6469-446a-b25a-323bda38c620",
    "artist": "The Physics",
    "artist_ids": [
        "922b68bd-9acb-4853-b1eb-8d89b7ae44e9"
    ],
    "album": "High Society",
    "release_id": null,
    "release_group_id": "97e5d538-4b33-4958-a19f-2c7f200c4937",
    "labels": [],
    "label_ids": [],
    "release_date": "2009-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}