Information about plays

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

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

{
    "id": 461790,
    "uri": "https://api.kexp.org/v2/plays/461790/?format=api",
    "airdate": "2001-09-01T10:57:30-07:00",
    "show": 7838,
    "show_uri": "https://api.kexp.org/v2/shows/7838/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/412NFTYKDZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/412NFTYKDZL._SL75_.jpg",
    "song": "Ghost Town",
    "track_id": "bffcf70e-30b1-418b-9112-a1d43b4fba11",
    "recording_id": null,
    "artist": "The Specials",
    "artist_ids": [
        "07eb40a2-2914-439c-a01d-15a685b84ddf"
    ],
    "album": "The Greatest No. 1 Singles (disc 2)",
    "release_id": "4ebe865a-2786-4105-b9a4-c7424a5a22e5",
    "release_group_id": null,
    "labels": [
        "2 Tone"
    ],
    "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"
}