Information about plays

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

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

{
    "id": 1305340,
    "uri": "https://api.kexp.org/v2/plays/1305340/?format=api",
    "airdate": "2007-11-22T05:11:21-08:00",
    "show": 22834,
    "show_uri": "https://api.kexp.org/v2/shows/22834/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51fmCgnwtwL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51fmCgnwtwL._SL75_.jpg",
    "song": "Trouble Sleeping",
    "track_id": "81cb716f-cb30-4906-8d47-611f3e14e521",
    "recording_id": null,
    "artist": "Fastbacks",
    "artist_ids": [
        "3fe64039-d8e0-4ac2-838f-9a3bf97c4931"
    ],
    "album": "Very, Very Powerful Motor",
    "release_id": "c03e4249-44f2-48c5-853e-6e63d427c322",
    "release_group_id": null,
    "labels": [
        "poplama"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}