Information about plays

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

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

{
    "id": 531632,
    "uri": "https://api.kexp.org/v2/plays/531632/?format=api",
    "airdate": "2002-03-27T04:22:10-08:00",
    "show": 9204,
    "show_uri": "https://api.kexp.org/v2/shows/9204/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/617CbkYxJJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/617CbkYxJJL._SL75_.jpg",
    "song": "Honeymoon Suite",
    "track_id": "ecd544b2-01cf-479f-87e1-272fe5409e29",
    "recording_id": null,
    "artist": "Suzanne Vega",
    "artist_ids": [
        "cf119120-7df5-47d7-9dec-49f8837a4e40"
    ],
    "album": "Nine Objects of Desire",
    "release_id": "0144a64b-3fa5-4e81-ae0f-259413d3c4e8",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}