Information about plays

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

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

{
    "id": 482307,
    "uri": "https://api.kexp.org/v2/plays/482307/?format=api",
    "airdate": "2001-10-31T23:00:00-08:00",
    "show": 8234,
    "show_uri": "https://api.kexp.org/v2/shows/8234/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31m-W6LjKkL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31m-W6LjKkL._SL75_.jpg",
    "song": "Night Air & Low Frequency",
    "track_id": "7ed5c345-2819-4965-8e3c-c6a4aae42983",
    "recording_id": null,
    "artist": "Bill Laswell",
    "artist_ids": [
        "8b7a121c-5b50-4912-ab4c-e49a631a2db0"
    ],
    "album": "Invisible Design",
    "release_id": "05ce132f-995a-4043-b0be-2ab350d5e1e8",
    "release_group_id": null,
    "labels": [
        "Tzadik"
    ],
    "label_ids": [
        "6ba6207e-a68e-43c9-bebf-6d4d9cae5773"
    ],
    "release_date": "1999-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}