Information about plays

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

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

{
    "id": 350413,
    "uri": "https://api.kexp.org/v2/plays/350413/?format=api",
    "airdate": "2019-07-05T10:36:50-07:00",
    "show": 5835,
    "show_uri": "https://api.kexp.org/v2/shows/5835/?format=api",
    "image_uri": "http://coverartarchive.org/release/525abc33-9f5d-4b15-8996-395e467482d3/19827816490-250.jpg",
    "thumbnail_uri": "",
    "song": "Ghost Town",
    "track_id": "df7fa0d7-1ebc-3400-963c-2ef13d7e063e",
    "recording_id": null,
    "artist": "The Specials",
    "artist_ids": [
        "07eb40a2-2914-439c-a01d-15a685b84ddf"
    ],
    "album": "Terry Hall: The Collection",
    "release_id": "525abc33-9f5d-4b15-8996-395e467482d3",
    "release_group_id": null,
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}