Information about plays

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

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

{
    "id": 467140,
    "uri": "https://api.kexp.org/v2/plays/467140/?format=api",
    "airdate": "2001-09-17T15:57:00-07:00",
    "show": 7947,
    "show_uri": "https://api.kexp.org/v2/shows/7947/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21WNEWA57EL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21WNEWA57EL._SL75_.jpg",
    "song": "Lost In The Funhouse",
    "track_id": "46425fe2-5832-4014-8128-2b5e05ebe1bc",
    "recording_id": null,
    "artist": "Mumbles",
    "artist_ids": [
        "4864aae6-10fe-46a9-9582-8ece19c37bac"
    ],
    "album": "Audio Alchemy: Experiments In Beat Reconstruction",
    "release_id": "f79f8fdb-56aa-4921-933d-eea494bc1ba9",
    "release_group_id": null,
    "labels": [
        "Ubiquity Records"
    ],
    "label_ids": [
        "20fbac96-c7ee-48b5-9177-e7b6d42e108f"
    ],
    "release_date": "1997-05-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}