Information about plays

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

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

{
    "id": 3602790,
    "uri": "https://api.kexp.org/v2/plays/3602790/?format=api",
    "airdate": "2026-01-10T20:54:20-08:00",
    "show": 65617,
    "show_uri": "https://api.kexp.org/v2/shows/65617/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Do Me Like That",
    "track_id": null,
    "recording_id": "74c8497f-dca0-47a6-8d1e-fedfc85ce5b3",
    "artist": "E. Live",
    "artist_ids": [
        "f3a88c08-1269-4aa5-8dac-97f021f49da5"
    ],
    "album": "Do Me Like That / Flotational Device",
    "release_id": null,
    "release_group_id": "b151a137-7e3a-493a-a175-7c28365ad812",
    "labels": [],
    "label_ids": [],
    "release_date": "2015-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}