Information about plays

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

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

{
    "id": 351596,
    "uri": "https://api.kexp.org/v2/plays/351596/?format=api",
    "airdate": "2019-07-08T06:36:47-07:00",
    "show": 5860,
    "show_uri": "https://api.kexp.org/v2/shows/5860/?format=api",
    "image_uri": "http://coverartarchive.org/release/64c807b4-bc7f-31f6-a374-c777970fb3e4/5733830741-250.jpg",
    "thumbnail_uri": "",
    "song": "Drink Before the War",
    "track_id": "463549a9-6431-3406-8529-0a30257b3ab9",
    "recording_id": null,
    "artist": "Sinéad O’Connor",
    "artist_ids": [
        "c78a77fa-507c-4c07-947a-0355029453bd"
    ],
    "album": "The Lion and the Cobra",
    "release_id": "64c807b4-bc7f-31f6-a374-c777970fb3e4",
    "release_group_id": null,
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sinead O'Connor was 20 years old and seven months pregnant when she made this debut album.  Read the lyrics in this video and marvel at the passion and power in her voice:  https://www.youtube.com/watch?v=dirzMDYz0rc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}