Information about plays

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

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

{
    "id": 356203,
    "uri": "https://api.kexp.org/v2/plays/356203/?format=api",
    "airdate": "2019-07-18T21:26:37-07:00",
    "show": 5935,
    "show_uri": "https://api.kexp.org/v2/shows/5935/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "&burn",
    "track_id": "886ac091-4153-4f52-ae87-504ff50dc721",
    "recording_id": null,
    "artist": "Billie Eilish & Vince Staples",
    "artist_ids": [
        "f4abc0b5-3f7a-4eff-8f78-ac078dbce533"
    ],
    "album": "&burn",
    "release_id": "a2e17226-9ac0-40d6-b786-cef9ca98d5e6",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2017-12-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Eilish says that she originally came out of the studio with two different takes of the track. “This version felt like it would be perfect with someone as a feature,” she said. “Vince Staples was my NUMBER 1 choice, so when we got him to hear it and he agreed to do, it was incredible and the verse he did is so mf good! He is a god.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}