Information about plays

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

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

{
    "id": 347047,
    "uri": "https://api.kexp.org/v2/plays/347047/?format=api",
    "airdate": "2019-06-27T16:10:57-07:00",
    "show": 5781,
    "show_uri": "https://api.kexp.org/v2/shows/5781/?format=api",
    "image_uri": "http://coverartarchive.org/release/9e962718-50a3-481c-819e-4253f33ee810/23296793885-250.jpg",
    "thumbnail_uri": "",
    "song": "Renegade",
    "track_id": "8c9c5d7f-9353-4702-96f9-d73a81241e24",
    "recording_id": null,
    "artist": "Dylan LeBlanc",
    "artist_ids": [
        "df6721f1-5c56-43c8-b212-50d701ad09d3"
    ],
    "album": "Renegade",
    "release_id": "9e962718-50a3-481c-819e-4253f33ee810",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2019-03-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dylan Leblanc will be at Tractor Tavern on July 24th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}