Information about plays

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

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

{
    "id": 456709,
    "uri": "https://api.kexp.org/v2/plays/456709/?format=api",
    "airdate": "2001-08-17T15:56:40-07:00",
    "show": 7732,
    "show_uri": "https://api.kexp.org/v2/shows/7732/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41CB441A7ZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41CB441A7ZL._SL75_.jpg",
    "song": "Disco 2000",
    "track_id": "1d8989f5-c96f-47dd-8349-26da918e60f7",
    "recording_id": null,
    "artist": "Rhythm Masters",
    "artist_ids": [
        "5c859c56-8a0a-4188-9701-2c64568f3fb0"
    ],
    "album": "Disconnect Your Head",
    "release_id": "e8f43c43-16a0-4ec9-bf6e-a316b8f2f6de",
    "release_group_id": null,
    "labels": [
        "Tommy Boy"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}