Information about plays

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

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

{
    "id": 356214,
    "uri": "https://api.kexp.org/v2/plays/356214/?format=api",
    "airdate": "2019-07-18T22:02:08-07:00",
    "show": 5935,
    "show_uri": "https://api.kexp.org/v2/shows/5935/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Should I Stay or Should I Go",
    "track_id": "950fb789-e82d-4711-beaa-c6629ba2c7aa",
    "recording_id": null,
    "artist": "Xenia Rubinos",
    "artist_ids": [
        "362df059-5fa3-4317-8349-db7e2328decf"
    ],
    "album": "Should I Stay or Should I Go",
    "release_id": "716d9fe8-8103-4aa8-b312-937a88872aea",
    "release_group_id": null,
    "labels": [
        "ANTI‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2019-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For the new documentary I’m Leaving Now (Ya Me Voy), about an undocumented worker in Brooklyn, singer-songwriter Xenia Rubinos covered The Clash’s “Should I Stay or Should I Go.” It features all the energy and passion of the original, with a twist: with the personal approval of The Clash’s Mick Jones, she translated the lyrics entirely into Spanish.\nFind more information on the documentary here: https://www.facebook.com/ImLeavingNowDoc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}