Information about plays

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

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

{
    "id": 534375,
    "uri": "https://api.kexp.org/v2/plays/534375/?format=api",
    "airdate": "2002-04-03T22:34:01-08:00",
    "show": 9257,
    "show_uri": "https://api.kexp.org/v2/shows/9257/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41GsVmt1DPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41GsVmt1DPL._SL75_.jpg",
    "song": "Right of Return",
    "track_id": "738fb01f-2370-4c96-a232-168087d34daf",
    "recording_id": null,
    "artist": "Pan•American",
    "artist_ids": [
        "eeef9e6a-460b-49ca-840f-b55481b47297"
    ],
    "album": "The River Made No Sound",
    "release_id": "156976db-7f24-405e-99bf-83065ab06d8d",
    "release_group_id": null,
    "labels": [
        "Kranky"
    ],
    "label_ids": [
        "4536e738-6350-4cae-af70-79d56d106c45"
    ],
    "release_date": "2003-04-29",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}