Information about plays

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

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

{
    "id": 423086,
    "uri": "https://api.kexp.org/v2/plays/423086/?format=api",
    "airdate": "2001-05-10T11:56:00-07:00",
    "show": 7090,
    "show_uri": "https://api.kexp.org/v2/shows/7090/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51hSzLfro6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51hSzLfro6L._SL75_.jpg",
    "song": "The Way We Feel (feat. Alice Perera)",
    "track_id": "f6ca6d07-5b9a-4418-8870-2a8561ab8838",
    "recording_id": null,
    "artist": "Smith & Mighty",
    "artist_ids": [
        "47cfcf6b-44d5-4a8d-ad12-47722c88468c"
    ],
    "album": "Big World Small World",
    "release_id": "8b846e27-875a-4f46-8cab-6e4411a218c7",
    "release_group_id": null,
    "labels": [
        "!K7"
    ],
    "label_ids": [
        "893364ff-1830-4694-833d-93751f14f984"
    ],
    "release_date": "2000-01-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}