Information about plays

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

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

{
    "id": 530551,
    "uri": "https://api.kexp.org/v2/plays/530551/?format=api",
    "airdate": "2002-03-24T04:09:13-08:00",
    "show": 9184,
    "show_uri": "https://api.kexp.org/v2/shows/9184/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/416Q3VQX3BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/416Q3VQX3BL._SL75_.jpg",
    "song": "Something in the Way",
    "track_id": "25bb556c-11fb-4390-8262-df51a33351f3",
    "recording_id": null,
    "artist": "Tricky",
    "artist_ids": [
        "5bf64d94-efd9-4334-96fd-e6197b0b02b8"
    ],
    "album": "Blowback",
    "release_id": "546bb14e-9ae5-40f5-973c-c49b41cd002f",
    "release_group_id": null,
    "labels": [
        "Hollywood Records"
    ],
    "label_ids": [
        "6bb7c1b2-cb06-4381-9c59-02b1ae4aa96d"
    ],
    "release_date": "2001-06-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}