Information about plays

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

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

{
    "id": 508635,
    "uri": "https://api.kexp.org/v2/plays/508635/?format=api",
    "airdate": "2002-01-19T05:14:00-08:00",
    "show": 8753,
    "show_uri": "https://api.kexp.org/v2/shows/8753/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41C709Q3YVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41C709Q3YVL._SL75_.jpg",
    "song": "No No The Girlfriend",
    "track_id": "937946c7-e6a1-4620-aa89-eaa59676cd52",
    "recording_id": null,
    "artist": "The Motards",
    "artist_ids": [
        "57cacef2-3310-41b0-b349-9f8197dc57d9"
    ],
    "album": "Rock Kids",
    "release_id": "97aa0ba5-b5e9-4669-85f7-aad727a85c25",
    "release_group_id": null,
    "labels": [
        "Empty Records"
    ],
    "label_ids": [
        "268105e8-931e-42db-8f17-d2c0d0945a6e"
    ],
    "release_date": "1996-01-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}