Information about plays

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

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

{
    "id": 3547114,
    "uri": "https://api.kexp.org/v2/plays/3547114/?format=api",
    "airdate": "2025-08-31T09:56:25-07:00",
    "show": 64436,
    "show_uri": "https://api.kexp.org/v2/shows/64436/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Debbie Downers",
    "track_id": null,
    "recording_id": null,
    "artist": "Jonny Fritz",
    "artist_ids": [],
    "album": "Debbie Downers",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Gar Hole"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded in Nashville, Fritz self funded the project through his other job as a California realtor to ensure he had full artistic freedom for “dad country.” This title song from the upcoming album is about his MAGA relatives.\n\nCall his hotline: 1(844) DAD-FARTD\nhttps://jonnyfritz.bandcamp.com/album/debbie-downers",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}