Information about plays

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

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

{
    "id": 3421865,
    "uri": "https://api.kexp.org/v2/plays/3421865/?format=api",
    "airdate": "2024-11-05T22:10:53-08:00",
    "show": 61775,
    "show_uri": "https://api.kexp.org/v2/shows/61775/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "'Till I Met Thee",
    "track_id": null,
    "recording_id": "d2e5a3bb-1d13-4f48-b594-270d1940d9f7",
    "artist": "Cody ChesnuTT",
    "artist_ids": [
        "cd103368-a248-44d6-90d7-ed36afda8d7d"
    ],
    "album": "Landing on a Hundred",
    "release_id": null,
    "release_group_id": "e6df32a9-e845-42ad-9058-1714863db829",
    "labels": [
        "One Little Indian Records"
    ],
    "label_ids": [
        "0253505b-b0f3-4619-8ce0-6a79fe6fbc32"
    ],
    "release_date": "2012-10-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Atlanta native has always stood his own creative ground ever since he first holed himself up in his bedroom to record The Headphone Masterpiece, armed with his DIY musical arsenal: a drum machine, an array of instruments, a dusty four-track cassette recorder and a giant pair of headphones to block out the world. The result was an unvarnished collection of songs – 36 in total, which alchemized his love of a multitude of styles: classic rock, rhythm and blues, pop, punk and gospel music.\"\n -https://www.cchesnutt.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}