Information about plays

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

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

{
    "id": 352768,
    "uri": "https://api.kexp.org/v2/plays/352768/?format=api",
    "airdate": "2019-07-11T00:11:00-07:00",
    "show": 5878,
    "show_uri": "https://api.kexp.org/v2/shows/5878/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Looking From a Hilltop",
    "track_id": "714b5bf8-389f-41b5-a50b-ed75e457f86d",
    "recording_id": null,
    "artist": "Section 25",
    "artist_ids": [
        "82e26f64-813d-4b22-a442-44d182f7f9eb"
    ],
    "album": "From the Hip",
    "release_id": "c5beb1d6-f42a-464f-8fb1-a7e6b4c251e9",
    "release_group_id": null,
    "labels": [
        "Factory"
    ],
    "label_ids": [],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "UK group formed near Blackpool, Lancashire in 1977  www.section25.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}