Information about plays

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

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

{
    "id": 3602565,
    "uri": "https://api.kexp.org/v2/plays/3602565/?format=api",
    "airdate": "2026-01-10T06:37:31-08:00",
    "show": 65611,
    "show_uri": "https://api.kexp.org/v2/shows/65611/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Video Killed the Radio Star",
    "track_id": null,
    "recording_id": "98f50087-abaf-4764-947b-f70268eac88a",
    "artist": "Buggles",
    "artist_ids": [
        "20278bbd-271a-4a1c-b6fd-43a13d43203d"
    ],
    "album": "The Age of Plastic",
    "release_id": null,
    "release_group_id": "b3136897-c568-3f62-94af-b98ae7a79abc",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1980-02-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}