Information about plays

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

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

{
    "id": 463850,
    "uri": "https://api.kexp.org/v2/plays/463850/?format=api",
    "airdate": "2001-09-07T15:03:31-07:00",
    "show": 7877,
    "show_uri": "https://api.kexp.org/v2/shows/7877/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/217Z1142E1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/217Z1142E1L._SL75_.jpg",
    "song": "Planets Ain't Aligned",
    "track_id": "28b3a066-f657-41c1-8ed8-a55710cb28f0",
    "recording_id": null,
    "artist": "Nobody",
    "artist_ids": [
        "51798612-b5ab-4f15-a39b-5cf38dee4fc8"
    ],
    "album": "Soulmates",
    "release_id": "3e36f02f-9382-4364-950c-10141522f569",
    "release_group_id": null,
    "labels": [
        "Ubiquity Records"
    ],
    "label_ids": [
        "20fbac96-c7ee-48b5-9177-e7b6d42e108f"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}