Information about plays

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

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

{
    "id": 1410357,
    "uri": "https://api.kexp.org/v2/plays/1410357/?format=api",
    "airdate": "2008-08-15T23:56:48-07:00",
    "show": 24602,
    "show_uri": "https://api.kexp.org/v2/shows/24602/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51uYTOlUQkL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51uYTOlUQkL._SL75_.jpg",
    "song": "Shelter",
    "track_id": null,
    "recording_id": null,
    "artist": "Ray LaMontagne",
    "artist_ids": [
        "b5c4ffa2-82e1-4b72-b7f3-c60afb74b860"
    ],
    "album": "Trouble",
    "release_id": "91290412-0dcd-4804-a4e1-1c40cefc9684",
    "release_group_id": null,
    "labels": [
        "Cerreta"
    ],
    "label_ids": [],
    "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"
}