Information about plays

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

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

{
    "id": 417660,
    "uri": "https://api.kexp.org/v2/plays/417660/?format=api",
    "airdate": "2001-04-24T06:09:13-07:00",
    "show": 6976,
    "show_uri": "https://api.kexp.org/v2/shows/6976/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4124PV8S1ML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4124PV8S1ML._SL75_.jpg",
    "song": "Morning Sun",
    "track_id": "f0696273-4af0-4abd-9225-7774163dbe1c",
    "recording_id": null,
    "artist": "Dot Allison",
    "artist_ids": [
        "a0cb6773-0c16-4557-b66b-c14cae51fd61"
    ],
    "album": "Afterglow",
    "release_id": "9ebb2240-32ec-4166-9c59-194e8d221347",
    "release_group_id": null,
    "labels": [
        "Heavenly"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "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"
}