Information about plays

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

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

{
    "id": 434828,
    "uri": "https://api.kexp.org/v2/plays/434828/?format=api",
    "airdate": "2001-06-15T03:11:15-07:00",
    "show": 7318,
    "show_uri": "https://api.kexp.org/v2/shows/7318/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61gJMkES7iL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61gJMkES7iL._SL75_.jpg",
    "song": "Gore in Rut",
    "track_id": "bcccbeca-268b-4b4c-81c4-25121f819517",
    "recording_id": null,
    "artist": "Deerhoof",
    "artist_ids": [
        "11eabe0c-2638-4808-92f9-1dbd9c453429"
    ],
    "album": "The Man, The King, The Girl",
    "release_id": "5a840b2f-4b17-4e0b-836e-d9cfdce47efb",
    "release_group_id": null,
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "1997-11-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}