Information about plays

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

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

{
    "id": 350004,
    "uri": "https://api.kexp.org/v2/plays/350004/?format=api",
    "airdate": "2019-07-04T11:00:10-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "America",
    "track_id": "d89ef5ac-d140-311f-9972-1b864ec1002b",
    "recording_id": null,
    "artist": "Lou Reed",
    "artist_ids": [
        "9d1ebcfe-4c15-4d18-95d3-d919898638a1"
    ],
    "album": "Between Thought and Expression: The Lou Reed Anthology",
    "release_id": "1751fe2d-0d9a-4b91-bf17-11a90daafdcd",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1992-04-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}