Information about plays

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

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

{
    "id": 353944,
    "uri": "https://api.kexp.org/v2/plays/353944/?format=api",
    "airdate": "2019-07-13T17:43:00-07:00",
    "show": 5898,
    "show_uri": "https://api.kexp.org/v2/shows/5898/?format=api",
    "image_uri": "http://coverartarchive.org/release/2483b71d-6a6e-4279-ad8c-3eaa3fc59759/18107897714-250.jpg",
    "thumbnail_uri": "",
    "song": "Judy Staring at the Sun",
    "track_id": "4dd862f9-fb0c-33ed-8e3f-91f8af6d3696",
    "recording_id": null,
    "artist": "Catherine Wheel",
    "artist_ids": [
        "37e3dd97-73f9-4c69-b50d-0c0e3c47c40c"
    ],
    "album": "Happy Days",
    "release_id": "2483b71d-6a6e-4279-ad8c-3eaa3fc59759",
    "release_group_id": null,
    "labels": [
        "Fontana"
    ],
    "label_ids": [
        "c69058f5-0089-464b-b574-dd44b0f7f610"
    ],
    "release_date": "1995-06-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Don't stare at the sun, it's dangerous!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}