Information about plays

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

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

{
    "id": 494458,
    "uri": "https://api.kexp.org/v2/plays/494458/?format=api",
    "airdate": "2001-12-07T19:09:00-08:00",
    "show": 8477,
    "show_uri": "https://api.kexp.org/v2/shows/8477/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31q7vzQWmyL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31q7vzQWmyL._SL75_.jpg",
    "song": "Beer",
    "track_id": null,
    "recording_id": null,
    "artist": "Asylum Street Spankers",
    "artist_ids": [
        "be9f392d-0475-4c8a-a3b9-f4b476942b40"
    ],
    "album": "Spanker Madness",
    "release_id": "a497648e-66c3-46d2-9388-953a39749a44",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2000-03-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}