Information about plays

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

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

{
    "id": 505435,
    "uri": "https://api.kexp.org/v2/plays/505435/?format=api",
    "airdate": "2002-01-09T19:00:00-08:00",
    "show": 8692,
    "show_uri": "https://api.kexp.org/v2/shows/8692/?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": "Bel Air",
    "track_id": "fa676824-ecaa-44d5-a72c-157d879e50f9",
    "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"
}