Information about plays

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

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

{
    "id": 498062,
    "uri": "https://api.kexp.org/v2/plays/498062/?format=api",
    "airdate": "2001-12-18T14:00:00-08:00",
    "show": 8548,
    "show_uri": "https://api.kexp.org/v2/shows/8548/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51SBASX84HL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51SBASX84HL._SL75_.jpg",
    "song": "Tortura",
    "track_id": "e3ebdf32-4f30-422b-b65e-4e929c149a7b",
    "recording_id": null,
    "artist": "Cesária Évora",
    "artist_ids": [
        "ceafdf2f-bc18-4b99-8c71-d1834b0065c3"
    ],
    "album": "Miss Perfumado",
    "release_id": "a163c645-d992-4e45-94f0-a14d76f98536",
    "release_group_id": null,
    "labels": [
        "Warner"
    ],
    "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"
}