Information about plays

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

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

{
    "id": 443506,
    "uri": "https://api.kexp.org/v2/plays/443506/?format=api",
    "airdate": "2001-07-10T07:37:30-07:00",
    "show": 7487,
    "show_uri": "https://api.kexp.org/v2/shows/7487/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/413TT3198VL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/413TT3198VL._SL75_.jpg",
    "song": "Suffice",
    "track_id": "17b826e0-260e-4427-9d91-8895e5052a11",
    "recording_id": null,
    "artist": "The Spinanes",
    "artist_ids": [
        "ea8aba9a-0163-439b-91ff-fe02e9d67663"
    ],
    "album": "Imp Years",
    "release_id": "48600133-9fa6-42ca-9cbd-313f85231291",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2000-04-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}