Information about plays

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

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

{
    "id": 3600818,
    "uri": "https://api.kexp.org/v2/plays/3600818/?format=api",
    "airdate": "2026-01-06T02:44:38-08:00",
    "show": 65576,
    "show_uri": "https://api.kexp.org/v2/shows/65576/?format=api",
    "image_uri": "https://coverartarchive.org/release/eeabc985-b6f5-47eb-a8a3-bed7db92da96/6704292316-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/eeabc985-b6f5-47eb-a8a3-bed7db92da96/6704292316-250.jpg",
    "song": "Better Off Alone",
    "track_id": null,
    "recording_id": "e3561924-b9b4-45e1-b913-9e4570cbf0d8",
    "artist": "Alice DeeJay",
    "artist_ids": [
        "76bee0a6-10fc-416c-a8fd-d9c91ee9642c"
    ],
    "album": "Who Needs Guitars Anyway?",
    "release_id": null,
    "release_group_id": "890aa1b1-5afc-3965-8056-6c0c245ee7c3",
    "labels": [],
    "label_ids": [],
    "release_date": "2000-03-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "CLASSIC",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}