Information about plays

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

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

{
    "id": 373139,
    "uri": "https://api.kexp.org/v2/plays/373139/?format=api",
    "airdate": "2019-08-27T19:12:00-07:00",
    "show": 6215,
    "show_uri": "https://api.kexp.org/v2/shows/6215/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Evora",
    "track_id": null,
    "recording_id": null,
    "artist": "Stromae",
    "artist_ids": [
        "ab2528d9-719f-4261-8098-21849222a0f2"
    ],
    "album": "Live at KEXP 2015",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Belgium / Rwanda. Stromae was raised in Belgium, the son of a  Rwandan Tutsi father, Pierre Rutare, and a Belgian Flemish mother, Miranda Van Haver. He was largely raised by his mother after his father (an architect) was killed in the Rwandan Genocide while visiting family. SEE STROMAE'S FULL PERFORMANCE AT KEXP: https://www.youtube.com/watch?v=oq766xFY8_Y&t=4s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}