Information about plays

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

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

{
    "id": 349050,
    "uri": "https://api.kexp.org/v2/plays/349050/?format=api",
    "airdate": "2019-07-02T13:38:00-07:00",
    "show": 5817,
    "show_uri": "https://api.kexp.org/v2/shows/5817/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "1901",
    "track_id": "cb98e8dc-3226-3ea9-9f57-a96e0acf39bd",
    "recording_id": null,
    "artist": "Phoenix",
    "artist_ids": [
        "708cad63-631f-4a77-92fe-c046bb02d0c3"
    ],
    "album": "Wolfgang Amadeus Phoenix",
    "release_id": "ea9437a3-7fbf-3afa-b389-b086cf02804b",
    "release_group_id": null,
    "labels": [
        "V2"
    ],
    "label_ids": [],
    "release_date": "2009-05-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Phoenix singer Thomas Mars told the Washington DC free newspaper \"Express\": \"Anthems are good. '1901' really worked because we wrote almost all the song in 10 minutes, but it took us almost a year to finish it. We had the idea of the verse, and the chorus, the bridge, the rhythm, all the arrangements and everything, and then it was really hard to finish. So, I think you can feel there's something more sophisticated, maybe a production that's maybe new to us.\"  He also explained that the track is about the French capital city: \"It's a song about Paris,\" he said. \"Paris in 1901 was better than it is now. So the song is a fantasy about Paris.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}