Information about plays

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

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

{
    "id": 1345175,
    "uri": "https://api.kexp.org/v2/plays/1345175/?format=api",
    "airdate": "2008-03-03T05:24:11-08:00",
    "show": 23509,
    "show_uri": "https://api.kexp.org/v2/shows/23509/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61bbnBaCXIL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61bbnBaCXIL._SL75_.jpg",
    "song": "Bait",
    "track_id": "02e5fecc-54b6-4e80-b8b5-fe949b4f2ec4",
    "recording_id": null,
    "artist": "Jack Endino",
    "artist_ids": [
        "d06cca33-9167-4049-b5ce-6a6aeff60a8d"
    ],
    "album": "Permanent Fatal Error",
    "release_id": "52c4a09c-6540-4ded-aa4a-10e10c8ff687",
    "release_group_id": null,
    "labels": [
        "Wondertaker"
    ],
    "label_ids": [
        "d2efaa9d-2f4b-4388-9b36-42310823d8a3"
    ],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}