Information about plays

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

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

{
    "id": 1258026,
    "uri": "https://api.kexp.org/v2/plays/1258026/?format=api",
    "airdate": "2007-07-23T05:30:55-07:00",
    "show": 22031,
    "show_uri": "https://api.kexp.org/v2/shows/22031/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/11E1ZN0M6GL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/11E1ZN0M6GL._SL75_.jpg",
    "song": "My Love Is Real",
    "track_id": "68374f3a-6f9f-4722-a00e-a45c1fa5b167",
    "recording_id": null,
    "artist": "Greg Garing",
    "artist_ids": [
        "5280a865-d2a5-4e8c-a392-152b80a5ec9c"
    ],
    "album": "Alone",
    "release_id": "87876f7b-ea7e-4c99-932a-94afde5bc25d",
    "release_group_id": null,
    "labels": [
        "Paladin"
    ],
    "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"
}