Information about plays

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

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

{
    "id": 531705,
    "uri": "https://api.kexp.org/v2/plays/531705/?format=api",
    "airdate": "2002-03-27T09:17:20-08:00",
    "show": 9205,
    "show_uri": "https://api.kexp.org/v2/shows/9205/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/210N9DA3MFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/210N9DA3MFL._SL75_.jpg",
    "song": "Stay on the Phone",
    "track_id": "6c5beac0-e4fd-4a25-8864-ed59e0e8929c",
    "recording_id": null,
    "artist": "The New Amsterdams",
    "artist_ids": [
        "f97790f8-978a-4f51-9a06-b3191cd4cce4"
    ],
    "album": "Para Toda Vida",
    "release_id": "1c571cdd-8fdf-46f3-a9a1-fbe95bc41395",
    "release_group_id": null,
    "labels": [
        "Vagrant Records"
    ],
    "label_ids": [
        "56c4226d-8962-4807-9ffa-dd6a10358fbb"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}