Information about plays

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

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

{
    "id": 482121,
    "uri": "https://api.kexp.org/v2/plays/482121/?format=api",
    "airdate": "2001-10-31T11:17:38-08:00",
    "show": 8231,
    "show_uri": "https://api.kexp.org/v2/shows/8231/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BDNMJDEGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BDNMJDEGL._SL75_.jpg",
    "song": "When the Kids Go Go Go Crazy",
    "track_id": "2d569640-9e21-4051-98b7-91620153d3c7",
    "recording_id": null,
    "artist": "Groovie Ghoulies",
    "artist_ids": [
        "14194beb-e340-4a33-9500-7ef2eedd4d98"
    ],
    "album": "World Contact Day",
    "release_id": "74c62d62-d2d7-4951-bda6-7303840c8326",
    "release_group_id": null,
    "labels": [
        "Lookout! Records"
    ],
    "label_ids": [
        "1688db48-6fb1-43df-883d-954d39477958"
    ],
    "release_date": "1996-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}