Information about plays

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

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

{
    "id": 425579,
    "uri": "https://api.kexp.org/v2/plays/425579/?format=api",
    "airdate": "2001-05-18T03:46:40-07:00",
    "show": 7140,
    "show_uri": "https://api.kexp.org/v2/shows/7140/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21xNpqCjE-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21xNpqCjE-L._SL75_.jpg",
    "song": "Displaced",
    "track_id": "21f822da-5c9d-431d-94b3-ace7c2c4f167",
    "recording_id": null,
    "artist": "Azure Ray",
    "artist_ids": [
        "eeee6fb2-d69a-42e2-af8a-9899957abf70"
    ],
    "album": "Azure Ray",
    "release_id": "e02ccb17-e073-4439-a38c-a5008e1bcead",
    "release_group_id": null,
    "labels": [
        "Warm"
    ],
    "label_ids": [
        "0ded6192-e16d-4151-82b5-a344a2999126"
    ],
    "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"
}