Information about plays

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

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

{
    "id": 518761,
    "uri": "https://api.kexp.org/v2/plays/518761/?format=api",
    "airdate": "2002-02-17T14:38:00-08:00",
    "show": 8951,
    "show_uri": "https://api.kexp.org/v2/shows/8951/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Kz2W7zFoL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Kz2W7zFoL._SL75_.jpg",
    "song": "Lisa - Willie Bobo",
    "track_id": null,
    "recording_id": null,
    "artist": "Thievery Corporation",
    "artist_ids": [
        "a505bb48-ad65-4af4-ae47-29149715bff9"
    ],
    "album": "Sounds From the Verve Hi-Fi",
    "release_id": "65af88f8-71d9-486a-91fc-aac90098d19b",
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "2002-01-29",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}