Information about plays

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

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

{
    "id": 355995,
    "uri": "https://api.kexp.org/v2/plays/355995/?format=api",
    "airdate": "2019-07-18T10:05:17-07:00",
    "show": 5932,
    "show_uri": "https://api.kexp.org/v2/shows/5932/?format=api",
    "image_uri": "http://coverartarchive.org/release/56ed93c7-8adc-4d2a-875b-4168de2f8e42/3091951733-250.jpg",
    "thumbnail_uri": "",
    "song": "Spaceman",
    "track_id": "22e44571-683b-3214-8d63-0ab73f66b41f",
    "recording_id": null,
    "artist": "Harry Nilsson",
    "artist_ids": [
        "e5963d26-01fa-40f5-b200-e0127f410a45"
    ],
    "album": "All Time Greatest Hits",
    "release_id": "56ed93c7-8adc-4d2a-875b-4168de2f8e42",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fun fact: Harry Nilsson's paternal grandparents were Swedish circus performers and dancers, especially known for their \"aerial ballet.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}