Information about plays

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

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

{
    "id": 435959,
    "uri": "https://api.kexp.org/v2/plays/435959/?format=api",
    "airdate": "2001-06-18T14:18:45-07:00",
    "show": 7341,
    "show_uri": "https://api.kexp.org/v2/shows/7341/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61hm-BEIANL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61hm-BEIANL._SL75_.jpg",
    "song": "Toti al soler",
    "track_id": "e20506ed-5ce5-4f6a-9a01-c3231eb3bda0",
    "recording_id": null,
    "artist": "Pascal Comelade",
    "artist_ids": [
        "0ac4c20f-e12e-47c2-89cf-d29558b60b40"
    ],
    "album": "L'Argot du bruit",
    "release_id": "62c4d1d5-8093-483d-8e74-f48a1bf58ed2",
    "release_group_id": null,
    "labels": [
        "Les Disques du Soleil et de l'Acier"
    ],
    "label_ids": [
        "2f4f7cb8-1492-4f7f-9564-d57db70cddb8"
    ],
    "release_date": "1998-09-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}