Information about plays

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

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

{
    "id": 492737,
    "uri": "https://api.kexp.org/v2/plays/492737/?format=api",
    "airdate": "2001-12-03T00:02:00-08:00",
    "show": 8449,
    "show_uri": "https://api.kexp.org/v2/shows/8449/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41TD338RQVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41TD338RQVL._SL75_.jpg",
    "song": "Leal Souvenir",
    "track_id": "86397d86-14d0-4c96-a340-022ba2a455f4",
    "recording_id": null,
    "artist": "Jonas Hellborg, Shawn Lane & V. Selvaganesh",
    "artist_ids": [
        "b550f823-7382-44d4-8b87-5a7ba67b289d"
    ],
    "album": "Good People in Times of Evil",
    "release_id": "97b8dcd4-a78c-4f31-b7d1-d2d7691c617c",
    "release_group_id": null,
    "labels": [
        "Bardo Records"
    ],
    "label_ids": [
        "b6de664a-f373-44f7-a26a-96d5112f6357"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}