Information about plays

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

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

{
    "id": 351988,
    "uri": "https://api.kexp.org/v2/plays/351988/?format=api",
    "airdate": "2019-07-09T06:07:58-07:00",
    "show": 5866,
    "show_uri": "https://api.kexp.org/v2/shows/5866/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Is Not an Empire",
    "track_id": "5f9f5101-5a7a-4ae3-8875-ef97ace30f6d",
    "recording_id": null,
    "artist": "Lea Porcelain",
    "artist_ids": [
        "5b83ee82-56ce-4302-b61b-724a10bedc52"
    ],
    "album": "Love Is Not an Empire",
    "release_id": "1f25d46a-cad3-4f6a-bd61-66391a7e64a8",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-06-14",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}