Information about plays

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

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

{
    "id": 534305,
    "uri": "https://api.kexp.org/v2/plays/534305/?format=api",
    "airdate": "2002-04-03T18:23:29-08:00",
    "show": 9256,
    "show_uri": "https://api.kexp.org/v2/shows/9256/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BOeeb8iGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BOeeb8iGL._SL75_.jpg",
    "song": "Ten Million Slaves",
    "track_id": "62d44f40-c0fb-4f8d-8391-9e7391010675",
    "recording_id": null,
    "artist": "Otis Taylor",
    "artist_ids": [
        "f90c3011-d714-4beb-a181-1dc2b7d33239"
    ],
    "album": "Respect the Dead",
    "release_id": "7bc21334-b5ee-4cea-96d5-5eff5e665f37",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}