Information about plays

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

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

{
    "id": 534911,
    "uri": "https://api.kexp.org/v2/plays/534911/?format=api",
    "airdate": "2002-04-05T11:17:43-08:00",
    "show": 9266,
    "show_uri": "https://api.kexp.org/v2/shows/9266/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/419QM288EPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/419QM288EPL._SL75_.jpg",
    "song": "Big Brown Eyes",
    "track_id": null,
    "recording_id": null,
    "artist": "Old 97's",
    "artist_ids": [
        "8dd216da-6db2-4130-9a7c-ece756d1394d"
    ],
    "album": "Wreck Your Life",
    "release_id": "26c723cd-2cd7-4b26-a55e-517d8bb663bf",
    "release_group_id": null,
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "release_date": "1996-02-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}