Information about plays

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

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

{
    "id": 509324,
    "uri": "https://api.kexp.org/v2/plays/509324/?format=api",
    "airdate": "2002-01-21T10:47:00-08:00",
    "show": 8773,
    "show_uri": "https://api.kexp.org/v2/shows/8773/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/415MDwV6S3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/415MDwV6S3L._SL75_.jpg",
    "song": "Juanita / Kiteless / To Dream of Love",
    "track_id": "9d10fbc5-7cf6-48ef-a361-f7a017397a1f",
    "recording_id": null,
    "artist": "Underworld",
    "artist_ids": [
        "ba2f4f3b-0293-4bc8-bb94-2f73b5207343"
    ],
    "album": "Second Toughest in the Infants",
    "release_id": "fb7c7b94-9af2-49f7-9018-20e65b1cfc41",
    "release_group_id": null,
    "labels": [
        "Wax Trax!/TVT"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}