Information about plays

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

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

{
    "id": 534478,
    "uri": "https://api.kexp.org/v2/plays/534478/?format=api",
    "airdate": "2002-04-04T05:33:00-08:00",
    "show": 9258,
    "show_uri": "https://api.kexp.org/v2/shows/9258/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21XKM6467EL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21XKM6467EL._SL75_.jpg",
    "song": "All I Have to Do Is Make You",
    "track_id": "d0949c4d-350e-4419-9e38-ac9f0dd36919",
    "recording_id": null,
    "artist": "+/-",
    "artist_ids": [
        "2624e8b9-3f77-453d-85e8-6a8c9e5b9d65"
    ],
    "album": "Self-Titled Long-Playing Debut Album",
    "release_id": "98c73bb4-b46f-4a11-aa29-96566a5817af",
    "release_group_id": null,
    "labels": [
        "Teenbeat"
    ],
    "label_ids": [
        "434783dd-2be4-42db-a320-c53cbee540bb"
    ],
    "release_date": "2002-04-16",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}