Information about plays

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

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

{
    "id": 3620090,
    "uri": "https://api.kexp.org/v2/plays/3620090/?format=api",
    "airdate": "2026-02-20T22:41:41-08:00",
    "show": 65987,
    "show_uri": "https://api.kexp.org/v2/shows/65987/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Light",
    "track_id": null,
    "recording_id": "a68ca83d-0d93-4420-99a0-f3feaa5ea63b",
    "artist": "Common",
    "artist_ids": [
        "c0a1179b-b14a-4d68-a3c1-1fdab16ed602"
    ],
    "album": "Electric Circus",
    "release_id": null,
    "release_group_id": "8e84321e-006b-32b2-a8ba-ebb71b0d0b13",
    "labels": [],
    "label_ids": [],
    "release_date": "2002-12-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}