Information about plays

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

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

{
    "id": 1355438,
    "uri": "https://api.kexp.org/v2/plays/1355438/?format=api",
    "airdate": "2008-03-28T18:26:00-07:00",
    "show": 23672,
    "show_uri": "https://api.kexp.org/v2/shows/23672/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61oH9v3adFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61oH9v3adFL._SL75_.jpg",
    "song": "Big Swell",
    "track_id": "38d0c527-ccf4-4585-ac50-85cc2c5786a4",
    "recording_id": null,
    "artist": "The Atlantics",
    "artist_ids": [
        "c53f58e3-2947-4471-b9e5-a01efd97e872"
    ],
    "album": "Flight of the Surf Guitar",
    "release_id": "f3b29c7d-fc59-4fb1-a251-2727520e116e",
    "release_group_id": null,
    "labels": [],
    "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"
}