Information about plays

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

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

{
    "id": 3566569,
    "uri": "https://api.kexp.org/v2/plays/3566569/?format=api",
    "airdate": "2025-10-18T01:30:16-07:00",
    "show": 64862,
    "show_uri": "https://api.kexp.org/v2/shows/64862/?format=api",
    "image_uri": "https://coverartarchive.org/release/c4419ec7-75fc-4dac-aee2-cea1f5fb903b/36614190382-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c4419ec7-75fc-4dac-aee2-cea1f5fb903b/36614190382-250.jpg",
    "song": "Far Away",
    "track_id": null,
    "recording_id": null,
    "artist": "Ash Code",
    "artist_ids": [
        "f74054d0-8315-4cfa-a9aa-d1019730fb2d"
    ],
    "album": "Synthome",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self-Released"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "But not too far - https://ashcode.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}