Information about plays

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

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

{
    "id": 351747,
    "uri": "https://api.kexp.org/v2/plays/351747/?format=api",
    "airdate": "2019-07-08T15:06:39-07:00",
    "show": 5862,
    "show_uri": "https://api.kexp.org/v2/shows/5862/?format=api",
    "image_uri": "http://coverartarchive.org/release/6adcaad4-53c9-4d7f-9be5-085673fdbcaf/22935886904-250.jpg",
    "thumbnail_uri": "",
    "song": "Harmony Hall",
    "track_id": "d1910b6a-e871-46c5-8753-43c6203210c0",
    "recording_id": null,
    "artist": "Vampire Weekend",
    "artist_ids": [
        "af37c51c-0790-4a29-b995-456f98a6b8c9"
    ],
    "album": "Father of the Bride",
    "release_id": "6adcaad4-53c9-4d7f-9be5-085673fdbcaf",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sept. 27th at WaMu Theater in Seattle, WA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}