Information about plays

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

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

{
    "id": 419710,
    "uri": "https://api.kexp.org/v2/plays/419710/?format=api",
    "airdate": "2001-04-30T10:08:34-07:00",
    "show": 7021,
    "show_uri": "https://api.kexp.org/v2/shows/7021/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4104M2FZ57L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4104M2FZ57L._SL75_.jpg",
    "song": "Asian Vibes",
    "track_id": "203df19f-7a81-4887-8a90-77c93695ad16",
    "recording_id": null,
    "artist": "Joi",
    "artist_ids": [
        "221a2f1c-fa46-44e9-b414-4f83cb7a7a92"
    ],
    "album": "One and One Is One",
    "release_id": "e43fb957-86fe-4744-9ff7-6a429205eddf",
    "release_group_id": null,
    "labels": [
        "Real World Records"
    ],
    "label_ids": [
        "4dbceb78-2039-4439-9ee2-4678277714f6"
    ],
    "release_date": "1999-04-12",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}