Information about plays

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

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

{
    "id": 3555188,
    "uri": "https://api.kexp.org/v2/plays/3555188/?format=api",
    "airdate": "2025-09-19T22:48:44-07:00",
    "show": 64606,
    "show_uri": "https://api.kexp.org/v2/shows/64606/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Last Leg",
    "track_id": null,
    "recording_id": null,
    "artist": "Clark & The Community",
    "artist_ids": [
        "a50c02a1-cb51-4298-92bf-6539f03d89f8"
    ],
    "album": "Yard / Last Leg",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Quality Time Recordings"
    ],
    "label_ids": [
        "1491d531-8136-4362-9d9f-e8e47e754e68"
    ],
    "release_date": "2018-09-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}