Information about plays

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

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

{
    "id": 509689,
    "uri": "https://api.kexp.org/v2/plays/509689/?format=api",
    "airdate": "2002-01-22T14:16:00-08:00",
    "show": 8780,
    "show_uri": "https://api.kexp.org/v2/shows/8780/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51LNZ9GOoRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51LNZ9GOoRL._SL75_.jpg",
    "song": "Big Sky",
    "track_id": null,
    "recording_id": null,
    "artist": "Reverend Horton Heat",
    "artist_ids": [
        "cbf71c15-17c2-484f-8406-cfce12fd3e46"
    ],
    "album": "Liquor in the Front",
    "release_id": "daf19348-5938-4c47-8673-a5ab7f346683",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1994-07-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}