Information about plays

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

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

{
    "id": 1195735,
    "uri": "https://api.kexp.org/v2/plays/1195735/?format=api",
    "airdate": "2007-02-11T20:33:00-08:00",
    "show": 20961,
    "show_uri": "https://api.kexp.org/v2/shows/20961/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51hHhMEwuTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51hHhMEwuTL._SL75_.jpg",
    "song": "Mr. Slow Flow",
    "track_id": "a1770a8e-16ee-42a8-ac5e-9a2d9d3b872d",
    "recording_id": null,
    "artist": "Evidence",
    "artist_ids": [
        "995c1ef8-5a55-40dc-b87f-f4a0ee95650b"
    ],
    "album": "The Weatherman LP",
    "release_id": "40f5ae0e-f9de-49a0-a27d-376d81f213d6",
    "release_group_id": null,
    "labels": [
        "ABB Records"
    ],
    "label_ids": [
        "a2b1f4cc-915e-4895-a369-185ea09bbc09"
    ],
    "release_date": "2007-03-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}