Information about plays

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

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

{
    "id": 482348,
    "uri": "https://api.kexp.org/v2/plays/482348/?format=api",
    "airdate": "2001-11-01T03:03:45-08:00",
    "show": 8235,
    "show_uri": "https://api.kexp.org/v2/shows/8235/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Nd8Sa2fFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Nd8Sa2fFL._SL75_.jpg",
    "song": "Runnin' With the Devil",
    "track_id": "f124bda8-5fd4-4b9e-92aa-892c7f74e561",
    "recording_id": null,
    "artist": "Van Halen",
    "artist_ids": [
        "b665b768-0d83-4363-950c-31ed39317c15"
    ],
    "album": "Van Halen",
    "release_id": "0d5f0dc2-b597-4b6c-9a6f-49b70b8e23b6",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1978-02-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}