Information about plays

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

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

{
    "id": 515713,
    "uri": "https://api.kexp.org/v2/plays/515713/?format=api",
    "airdate": "2002-02-08T16:32:00-08:00",
    "show": 8891,
    "show_uri": "https://api.kexp.org/v2/shows/8891/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/311NLngAofL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/311NLngAofL._SL75_.jpg",
    "song": "So Impossible",
    "track_id": "6ab22627-e489-4ebb-982a-273a0aabcaba",
    "recording_id": null,
    "artist": "Dashboard Confessional",
    "artist_ids": [
        "50549203-9602-451c-b49f-ff031ba8635c"
    ],
    "album": "So Impossible EP",
    "release_id": "9de3ce89-63a1-4dff-9066-64ffada9d7c1",
    "release_group_id": null,
    "labels": [
        "Vagrant Records"
    ],
    "label_ids": [
        "56c4226d-8962-4807-9ffa-dd6a10358fbb"
    ],
    "release_date": "2001-12-18",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}