Information about plays

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

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

{
    "id": 3560256,
    "uri": "https://api.kexp.org/v2/plays/3560256/?format=api",
    "airdate": "2025-10-02T00:05:14-07:00",
    "show": 64721,
    "show_uri": "https://api.kexp.org/v2/shows/64721/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We Share Love",
    "track_id": null,
    "recording_id": null,
    "artist": "Hollie Cook",
    "artist_ids": [
        "806139a2-556b-45d8-bc5e-93e3d898e4ad"
    ],
    "album": "Shy Girl",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mr Bongo"
    ],
    "label_ids": [
        "0d518d8f-e485-4c2f-825a-ac6642c2f65d"
    ],
    "release_date": "2025-10-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://holliecook.bandcamp.com/album/shy-girl",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}