Information about plays

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

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

{
    "id": 3438462,
    "uri": "https://api.kexp.org/v2/plays/3438462/?format=api",
    "airdate": "2024-12-15T16:04:27-08:00",
    "show": 62118,
    "show_uri": "https://api.kexp.org/v2/shows/62118/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fairy in a Bottle",
    "track_id": null,
    "recording_id": null,
    "artist": "Jacob Alon",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Some of the best of 2024!\n\nJacob Alon is a Scottish singer-songwriter with a profound gift for storytelling. Both intimate and devastatingly introspective, their music is touched by a rare timelessness. Drawing fair comparisons to artists such as Jeff Buckley and Rufus Wainwright, Alon’s sound cuts through the air with powerful and haunting vocals, intricate guitar playing, and pensive, poetic lyrics.\n\nYou’ll often find Jacob playing in the folk bars of Edinburgh and sneaking into places they shouldn’t be. \n\nhttps://concord.com/publishing-roster/jacob-alon/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}