Information about plays

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

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

{
    "id": 343223,
    "uri": "https://api.kexp.org/v2/plays/343223/?format=api",
    "airdate": "2019-06-19T00:22:30-07:00",
    "show": 5722,
    "show_uri": "https://api.kexp.org/v2/shows/5722/?format=api",
    "image_uri": "http://coverartarchive.org/release/4c7740ef-9aed-4914-8ddf-f618c7c98457/8701959759-250.jpg",
    "thumbnail_uri": "",
    "song": "Forgiven/Forgotten",
    "track_id": "d51fb8b3-3f71-49f9-b47a-8cfdfd969c3a",
    "recording_id": null,
    "artist": "Angel Olsen",
    "artist_ids": [
        "185527bf-c293-4c24-8213-ed98fb8976be"
    ],
    "album": "Burn Your Fire for No Witness",
    "release_id": "4c7740ef-9aed-4914-8ddf-f618c7c98457",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2014-02-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Angel Olsen will be back in Seattle on December 11th, playing the Moore Theatre! That's great and all, but tbh I'm not ready to start seeing winter concert dates posted yet. Still cheering on summer.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}