Information about plays

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

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

{
    "id": 1338831,
    "uri": "https://api.kexp.org/v2/plays/1338831/?format=api",
    "airdate": "2008-02-14T22:10:52-08:00",
    "show": 23393,
    "show_uri": "https://api.kexp.org/v2/shows/23393/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51kpWbjSpnL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51kpWbjSpnL._SL75_.jpg",
    "song": "Stone Love (Soul Love)",
    "track_id": null,
    "recording_id": null,
    "artist": "Mick Ronson",
    "artist_ids": [
        "5a150caa-fe13-4590-a50e-7778ee29b587"
    ],
    "album": "Play Don't Worry",
    "release_id": "3f41f321-af30-4e01-8658-e504fe35c5a9",
    "release_group_id": null,
    "labels": [
        "Snapper Music"
    ],
    "label_ids": [
        "0c68651e-a436-4e57-b7dc-d2750f15d91b"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}