Information about plays

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

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

{
    "id": 351084,
    "uri": "https://api.kexp.org/v2/plays/351084/?format=api",
    "airdate": "2019-07-07T00:54:00-07:00",
    "show": 5850,
    "show_uri": "https://api.kexp.org/v2/shows/5850/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "High School",
    "track_id": "51a0c450-83d3-4675-8ea2-708a9008487a",
    "recording_id": null,
    "artist": "Hanoi Rocks",
    "artist_ids": [
        "fca2e3b9-d29c-4b41-bde9-0ea5fd279843"
    ],
    "album": "Two Steps From the Move",
    "release_id": "9ef4a79a-9616-43a8-9b97-87f8ed4b6740",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}