Information about plays

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

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

{
    "id": 1375993,
    "uri": "https://api.kexp.org/v2/plays/1375993/?format=api",
    "airdate": "2008-05-19T11:51:51-07:00",
    "show": 24018,
    "show_uri": "https://api.kexp.org/v2/shows/24018/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31V4QGD4B9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31V4QGD4B9L._SL75_.jpg",
    "song": "I Ain't the One You Hate",
    "track_id": null,
    "recording_id": null,
    "artist": "Gerald Collier",
    "artist_ids": [
        "b0018c21-1d7b-4fd9-aa71-4d86276bf1d0"
    ],
    "album": "I Had to Laugh Like Hell",
    "release_id": "beb0962b-796d-4b89-98cd-33e47469524d",
    "release_group_id": null,
    "labels": [
        "C/Z Records"
    ],
    "label_ids": [
        "33dfa786-f682-47fc-897b-8de6aa686673"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}