Information about plays

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

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

{
    "id": 533528,
    "uri": "https://api.kexp.org/v2/plays/533528/?format=api",
    "airdate": "2002-04-01T12:50:43-08:00",
    "show": 9242,
    "show_uri": "https://api.kexp.org/v2/shows/9242/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61at6TTGtjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61at6TTGtjL._SL75_.jpg",
    "song": "Indefinitely",
    "track_id": "2deffc85-a589-47c7-8b81-1933e9673596",
    "recording_id": null,
    "artist": "Travis",
    "artist_ids": [
        "22a40b75-affc-4e69-8884-266d087e4751"
    ],
    "album": "The Invisible Band",
    "release_id": "8c1269c3-c57c-4698-a07d-4024247d5a00",
    "release_group_id": null,
    "labels": [
        "Independiente"
    ],
    "label_ids": [
        "c2a486b0-9ba7-46cf-b3ef-79ba92ffb5b0"
    ],
    "release_date": "2001-06-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}