Information about plays

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

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

{
    "id": 1305121,
    "uri": "https://api.kexp.org/v2/plays/1305121/?format=api",
    "airdate": "2007-11-21T18:14:28-08:00",
    "show": 22832,
    "show_uri": "https://api.kexp.org/v2/shows/22832/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/411H405656L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/411H405656L._SL75_.jpg",
    "song": "In the Pines",
    "track_id": "4080f169-c31b-425d-8c42-521be1637e64",
    "recording_id": null,
    "artist": "Smog",
    "artist_ids": [
        "89af9575-4d72-4345-8eba-e9de3d36ac34"
    ],
    "album": "A River Ain't Too Much to Love",
    "release_id": "7a95b524-8da7-42e0-bf1c-a15a1f834434",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2005-05-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}