Information about plays

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

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

{
    "id": 483517,
    "uri": "https://api.kexp.org/v2/plays/483517/?format=api",
    "airdate": "2001-11-04T16:03:45-08:00",
    "show": 8259,
    "show_uri": "https://api.kexp.org/v2/shows/8259/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51HP7U7hI-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51HP7U7hI-L._SL75_.jpg",
    "song": "Fishing by Lamplight",
    "track_id": "f41a840f-45f1-4d07-89d5-967387a434eb",
    "recording_id": null,
    "artist": "The Guo Brothers & Shung Tian",
    "artist_ids": [
        "b4e46242-7f97-495f-af6d-3b9a109b715d"
    ],
    "album": "Yuan",
    "release_id": "b77e7cbe-c5f0-413c-9e4e-2f6ac2d4694f",
    "release_group_id": null,
    "labels": [
        "Real World Records"
    ],
    "label_ids": [
        "4dbceb78-2039-4439-9ee2-4678277714f6"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}