Information about plays

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

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

{
    "id": 347183,
    "uri": "https://api.kexp.org/v2/plays/347183/?format=api",
    "airdate": "2019-06-27T22:23:10-07:00",
    "show": 5782,
    "show_uri": "https://api.kexp.org/v2/shows/5782/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Altar",
    "track_id": "acd8ddcc-3350-4353-9cb2-9438d49aa2c4",
    "recording_id": null,
    "artist": "Dizzy Fae",
    "artist_ids": [
        "97c170b8-a779-49ed-9da0-75b90e1a4bdc"
    ],
    "album": "Altar",
    "release_id": "32ea7981-736c-46fc-9510-1e49e926e9ef",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-04-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Minnesota based R&B star Dizzy Fae released her brand new song “Altar,” a soul infused dance track on which the up and coming star lets her lover know exactly what she wants them to do to her.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}