Information about plays

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

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

{
    "id": 3590256,
    "uri": "https://api.kexp.org/v2/plays/3590256/?format=api",
    "airdate": "2025-12-12T18:35:34-08:00",
    "show": 65358,
    "show_uri": "https://api.kexp.org/v2/shows/65358/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ticket",
    "track_id": null,
    "recording_id": null,
    "artist": "John Lamkin",
    "artist_ids": [
        "a5bd3647-6789-48ec-837a-e5181c96be75"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In demand Jazz Funk Obscurity from Educator and Trumpet Player John Lamkin whose self released album \"Hot\" saw the light of day in 1984 then disappeared into the Rare Jazz ether... until now!\n\nhttps://johnlamkin.bandcamp.com/album/john-lamkin-hot",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}