Information about plays

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

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

{
    "id": 490761,
    "uri": "https://api.kexp.org/v2/plays/490761/?format=api",
    "airdate": "2001-11-27T04:35:00-08:00",
    "show": 8409,
    "show_uri": "https://api.kexp.org/v2/shows/8409/?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": "Birth-day (Love Made Real)",
    "track_id": "1cd03b4d-8c91-4041-8669-1b0170583a76",
    "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"
}