Information about plays

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

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

{
    "id": 1390696,
    "uri": "https://api.kexp.org/v2/plays/1390696/?format=api",
    "airdate": "2008-06-27T10:11:19-07:00",
    "show": 24272,
    "show_uri": "https://api.kexp.org/v2/shows/24272/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/517sxD02m5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/517sxD02m5L._SL75_.jpg",
    "song": "Since Then",
    "track_id": "2584d279-bec6-4095-8d5b-fc3496839b64",
    "recording_id": null,
    "artist": "Ride",
    "artist_ids": [
        "3f575ecd-627d-4f08-a89f-abd46d469c7e"
    ],
    "album": "Waves",
    "release_id": "2b00e863-e092-4440-9e6c-aea93d3cf0ab",
    "release_group_id": null,
    "labels": [
        "Time Records"
    ],
    "label_ids": [
        "6e34c4d8-7a99-42c9-ba24-fac4f92e695e"
    ],
    "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"
}