Information about plays

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

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

{
    "id": 510375,
    "uri": "https://api.kexp.org/v2/plays/510375/?format=api",
    "airdate": "2002-01-24T11:04:00-08:00",
    "show": 8791,
    "show_uri": "https://api.kexp.org/v2/shows/8791/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/11sM5A75fqL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/11sM5A75fqL._SL75_.jpg",
    "song": "Tommorrow's Girls",
    "track_id": null,
    "recording_id": null,
    "artist": "UK Subs",
    "artist_ids": [
        "a57d7a1b-b7ef-4f36-bbf6-9f5a167cd08d"
    ],
    "album": "The Singles 1978-1982",
    "release_id": "42261c1f-ed2c-48b0-ad9e-e502cadbc181",
    "release_group_id": null,
    "labels": [
        "Progressive"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}