Information about plays

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

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

{
    "id": 1285199,
    "uri": "https://api.kexp.org/v2/plays/1285199/?format=api",
    "airdate": "2007-09-30T00:10:46-07:00",
    "show": 22487,
    "show_uri": "https://api.kexp.org/v2/shows/22487/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51FT6VZ9SAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51FT6VZ9SAL._SL75_.jpg",
    "song": "Waterfall",
    "track_id": null,
    "recording_id": null,
    "artist": "The Stone Roses",
    "artist_ids": [
        "b5fa29f1-6c22-4321-a488-b5f363b06b06"
    ],
    "album": "The Very Best of the Stone Roses",
    "release_id": "1e63fa2f-519d-4c90-8f97-348e84469596",
    "release_group_id": null,
    "labels": [
        "Silvertone Records"
    ],
    "label_ids": [
        "82307007-21d1-48c0-a31f-b89d9b1811de"
    ],
    "release_date": "2002-11-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}