Information about plays

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

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

{
    "id": 3426993,
    "uri": "https://api.kexp.org/v2/plays/3426993/?format=api",
    "airdate": "2024-11-18T09:49:53-08:00",
    "show": 61883,
    "show_uri": "https://api.kexp.org/v2/shows/61883/?format=api",
    "image_uri": "https://coverartarchive.org/release/f8b03817-8263-3fed-bbf1-32504b2146ce/4812804760-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f8b03817-8263-3fed-bbf1-32504b2146ce/4812804760-250.jpg",
    "song": "Whirring",
    "track_id": null,
    "recording_id": "978ae83f-7aa1-4a27-af37-13003d56f447",
    "artist": "The Joy Formidable",
    "artist_ids": [
        "072d4c31-8fd7-4073-9efc-7e192b517906"
    ],
    "album": "The Big Roar",
    "release_id": null,
    "release_group_id": "09aaa80c-2ea8-4496-b818-6842e94ec743",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2011-01-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that you can purchase a \"My Beerdrunk Soul Is Sadder Than A Hundred Dead Christmas Trees\" T-shirt, designed by bassist Rhydian Dafydd, at The Joy Formidable's website?: https://www.thejoyformidable.com/collections/merch/products/my-beerdrunk-soul-is-sadder-than-a-hundred-dead-christmas-trees -- Watch the Joy Formidable perform this song at SXSW in 2011: https://youtu.be/9kNQeDlgBoc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}