Information about plays

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

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

{
    "id": 1375999,
    "uri": "https://api.kexp.org/v2/plays/1375999/?format=api",
    "airdate": "2008-05-19T12:15:00-07:00",
    "show": 24018,
    "show_uri": "https://api.kexp.org/v2/shows/24018/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31RS75W1F2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31RS75W1F2L._SL75_.jpg",
    "song": "Song to the Siren",
    "track_id": null,
    "recording_id": null,
    "artist": "The Chemical Brothers",
    "artist_ids": [
        "1946a82a-f927-40c2-8235-38d64f50d043"
    ],
    "album": "Singles 93-03",
    "release_id": "8edd6bb0-b20a-4bc7-b07c-7aad1099c3b9",
    "release_group_id": null,
    "labels": [
        "Astralwerks/Virgin"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}