Information about plays

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

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

{
    "id": 368901,
    "uri": "https://api.kexp.org/v2/plays/368901/?format=api",
    "airdate": "2019-08-18T00:08:00-07:00",
    "show": 6149,
    "show_uri": "https://api.kexp.org/v2/shows/6149/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hallowed Be Thy Name",
    "track_id": "07ceaf40-d8fe-3fa3-99b7-201e9ae4f5f8",
    "recording_id": null,
    "artist": "Iron Maiden",
    "artist_ids": [
        "ca891d65-d9b0-4258-89f7-e6ba29d83767"
    ],
    "album": "The Number of the Beast",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Iron Maiden will be at the Tacoma Dome on Thursday, September 5th with The Raven Age. https://ironmaiden.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}