Information about plays

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

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

{
    "id": 1353147,
    "uri": "https://api.kexp.org/v2/plays/1353147/?format=api",
    "airdate": "2008-03-22T23:55:00-07:00",
    "show": 23634,
    "show_uri": "https://api.kexp.org/v2/shows/23634/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51dXIz5XrEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51dXIz5XrEL._SL75_.jpg",
    "song": "Big A, Little A",
    "track_id": "671724c3-fa64-431b-a287-632c4cce12c5",
    "recording_id": null,
    "artist": "Crass",
    "artist_ids": [
        "c7437df4-6fac-4c89-99ae-f8640f268222"
    ],
    "album": "Best Before... 1984",
    "release_id": "6ce0221b-a2c1-4cdf-a4a3-6fc362e77004",
    "release_group_id": null,
    "labels": [
        "Crass Records"
    ],
    "label_ids": [
        "3ec71e7a-2167-4b49-b66d-ab741f655144"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}