Information about plays

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

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

{
    "id": 3547133,
    "uri": "https://api.kexp.org/v2/plays/3547133/?format=api",
    "airdate": "2025-08-31T11:04:30-07:00",
    "show": 64436,
    "show_uri": "https://api.kexp.org/v2/shows/64436/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "One Trick Pony",
    "track_id": null,
    "recording_id": null,
    "artist": "Scott Ballew",
    "artist_ids": [
        "3525044a-3c67-481b-9a20-862a43d1af77"
    ],
    "album": "Paradiso",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "La Honda"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Austin singer decided this week would be a good time to release another single off his upcoming album set to be released 9/12. He wrote it on his 40th birthday.\nhttps://www.instagram.com/p/DN0xaIvWKSF/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}