Information about plays

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

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

{
    "id": 427141,
    "uri": "https://api.kexp.org/v2/plays/427141/?format=api",
    "airdate": "2001-05-23T05:55:42-07:00",
    "show": 7173,
    "show_uri": "https://api.kexp.org/v2/shows/7173/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51WPCIC92-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51WPCIC92-L._SL75_.jpg",
    "song": "Slow Procession",
    "track_id": "4e907e51-1ba7-4ab7-b61f-bec77761bdbe",
    "recording_id": null,
    "artist": "Vancouver Nights",
    "artist_ids": [
        "caf6ba63-4c6b-4e38-9d45-d32aead02ab7"
    ],
    "album": "Vancouver Nights",
    "release_id": "0bd86f5b-dbda-4b05-8bd3-23e7dd41d2c2",
    "release_group_id": null,
    "labels": [
        "endearing"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}