Information about plays

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

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

{
    "id": 1291040,
    "uri": "https://api.kexp.org/v2/plays/1291040/?format=api",
    "airdate": "2007-10-15T02:25:20-07:00",
    "show": 22591,
    "show_uri": "https://api.kexp.org/v2/shows/22591/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/515n0%2BtM5cL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/515n0%2BtM5cL._SL75_.jpg",
    "song": "Para no vivir desesperado",
    "track_id": "4830a76b-8695-4255-96a4-a326681513b7",
    "recording_id": null,
    "artist": "Mexican Institute of Sound",
    "artist_ids": [
        "b020d789-323f-4441-a110-032a40d9b10a"
    ],
    "album": "Piñata",
    "release_id": "73d69eda-5521-4d50-a86c-d86743e0d54b",
    "release_group_id": null,
    "labels": [
        "Nacional Records"
    ],
    "label_ids": [
        "c5d75925-ded1-448e-aa02-06ea4b8250d6"
    ],
    "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"
}