Information about plays

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

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

{
    "id": 3523068,
    "uri": "https://api.kexp.org/v2/plays/3523068/?format=api",
    "airdate": "2025-07-05T18:08:27-07:00",
    "show": 63931,
    "show_uri": "https://api.kexp.org/v2/shows/63931/?format=api",
    "image_uri": "https://coverartarchive.org/release/622610eb-3b6f-407b-b8c1-32a617c04472/19186436561-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/622610eb-3b6f-407b-b8c1-32a617c04472/19186436561-250.jpg",
    "song": "Giving",
    "track_id": null,
    "recording_id": null,
    "artist": "Pacific Spirit",
    "artist_ids": [],
    "album": "Canada House",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Pacific Rhythm"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From Vancouver!\n\nPacific Rhythm is proud to introduce the first EP from label founder DJ D.DEE's new production alias, Pacific Spirit. The EP is a collaborative effort with long-time friend of the label Patrick Holland and was recorded at the Jump Source studios in Montreal, Quebec, earlier this year over the course of a few snowy days.\n\nhttps://pacificrhythm.bandcamp.com/album/canada-house",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}