Information about plays

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

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

{
    "id": 1198152,
    "uri": "https://api.kexp.org/v2/plays/1198152/?format=api",
    "airdate": "2007-02-17T22:13:45-08:00",
    "show": 21000,
    "show_uri": "https://api.kexp.org/v2/shows/21000/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51KkEsXALzL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51KkEsXALzL._SL75_.jpg",
    "song": "Wild Weekend",
    "track_id": "6306f04f-3505-4b03-b56d-3a8dfc8826f5",
    "recording_id": null,
    "artist": "The Zeros",
    "artist_ids": [
        "170ad651-7b80-4baf-b772-43841efab031"
    ],
    "album": "Don't Push Me Around",
    "release_id": "190bcb25-b6c1-447b-860d-c70ef4f22720",
    "release_group_id": null,
    "labels": [
        "BOMP Records"
    ],
    "label_ids": [
        "43468682-b489-4e05-841e-f5a6edd9b5d3"
    ],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}