Information about plays

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

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

{
    "id": 457484,
    "uri": "https://api.kexp.org/v2/plays/457484/?format=api",
    "airdate": "2001-08-20T02:30:00-07:00",
    "show": 7754,
    "show_uri": "https://api.kexp.org/v2/shows/7754/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61orT8PtR3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61orT8PtR3L._SL75_.jpg",
    "song": "Faster",
    "track_id": "5e08b743-7143-45be-a9a9-6f2eae1b69bc",
    "recording_id": null,
    "artist": "Tub Ring",
    "artist_ids": [
        "1b7c2387-5494-40bb-9e02-8ae816ccb1b2"
    ],
    "album": "Drake Equation",
    "release_id": "61c66df1-c545-4a99-a0b0-7699ca51ccb6",
    "release_group_id": null,
    "labels": [
        "Deezal"
    ],
    "label_ids": [],
    "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"
}