Information about plays

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

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

{
    "id": 519237,
    "uri": "https://api.kexp.org/v2/plays/519237/?format=api",
    "airdate": "2002-02-18T23:50:00-08:00",
    "show": 8961,
    "show_uri": "https://api.kexp.org/v2/shows/8961/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/519GZFUW%2BmL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/519GZFUW%2BmL._SL75_.jpg",
    "song": "Summer Kitchen Ballad",
    "track_id": "72b7909a-8517-4a89-a96f-08b2d935a2cf",
    "recording_id": null,
    "artist": "Josh Rouse",
    "artist_ids": [
        "023d64c9-93db-4a20-8c5c-2efa1a53481a"
    ],
    "album": "Under Cold Blue Stars",
    "release_id": "12a2febe-3264-48d7-8eef-9fb758ae04af",
    "release_group_id": null,
    "labels": [
        "Slow River/Rykodisc"
    ],
    "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"
}