Information about plays

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

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

{
    "id": 342540,
    "uri": "https://api.kexp.org/v2/plays/342540/?format=api",
    "airdate": "2019-06-17T11:13:40-07:00",
    "show": 5713,
    "show_uri": "https://api.kexp.org/v2/shows/5713/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Leaves and Seasons",
    "track_id": "96beea4c-b3a1-40ed-a2de-6375d3d8709b",
    "recording_id": null,
    "artist": "Parisalexa",
    "artist_ids": [
        "2371c6a6-4a8e-411a-8288-7d51163b1247"
    ],
    "album": "Bloom",
    "release_id": "2c5334e7-3a38-4d3d-abd4-daf7af2fad59",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-01-26",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Playing The Crocodile Sunday, June 30. Parisalexa hails from Redmond, WA and is just 20 years old. Check out Live Video from this talented performer's 2018 KEXP In-Studio: https://www.youtube.com/watch?v=aFunGMwm-Mk.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}