Information about plays

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

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

{
    "id": 1411089,
    "uri": "https://api.kexp.org/v2/plays/1411089/?format=api",
    "airdate": "2008-08-17T22:29:42-07:00",
    "show": 24617,
    "show_uri": "https://api.kexp.org/v2/shows/24617/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yesterday Bells /Cow, Crickets, Clay",
    "track_id": null,
    "recording_id": null,
    "artist": "Minilogue",
    "artist_ids": [
        "56a70482-5528-4bef-8da2-a33cf098ce9b"
    ],
    "album": "Animals Rmx",
    "release_id": "b7d22326-59c8-4948-b5c2-c0eb9ac0fb53",
    "release_group_id": null,
    "labels": [
        "Cocoon Recordings"
    ],
    "label_ids": [
        "b544ec39-2d71-4c70-be2b-4b3f2f98295a"
    ],
    "release_date": "2009-03-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}