Information about plays

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

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

{
    "id": 418855,
    "uri": "https://api.kexp.org/v2/plays/418855/?format=api",
    "airdate": "2001-04-27T16:00:00-07:00",
    "show": 6998,
    "show_uri": "https://api.kexp.org/v2/shows/6998/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BPTivTxXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BPTivTxXL._SL75_.jpg",
    "song": "One Way Street",
    "track_id": "a8b94bc0-d6cb-4bea-9e48-fc38d7f850ff",
    "recording_id": null,
    "artist": "Mark Lanegan",
    "artist_ids": [
        "a9126556-f555-4920-9617-6e013f8228a7"
    ],
    "album": "Field Songs",
    "release_id": "e8aa6de5-b9ba-492c-8996-9deab783edd1",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2001-05-01",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}