Information about plays

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

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

{
    "id": 3596586,
    "uri": "https://api.kexp.org/v2/plays/3596586/?format=api",
    "airdate": "2025-12-27T04:41:47-08:00",
    "show": 65484,
    "show_uri": "https://api.kexp.org/v2/shows/65484/?format=api",
    "image_uri": "https://coverartarchive.org/release/0afbe1b1-e4ac-4089-a599-1e528360c57b/12599846916-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0afbe1b1-e4ac-4089-a599-1e528360c57b/12599846916-250.jpg",
    "song": "Time After Time",
    "track_id": null,
    "recording_id": "f9082418-da6d-4c25-ab3b-949ad3a0443f",
    "artist": "Inoj",
    "artist_ids": [
        "58c76587-e641-49f8-a574-afd0e3c02c3d"
    ],
    "album": "Time After Time",
    "release_id": null,
    "release_group_id": "2c9a1dce-ff79-4522-ad40-cd86aefdbec8",
    "labels": [],
    "label_ids": [],
    "release_date": "1998-08-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}