Information about plays

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

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

{
    "id": 415151,
    "uri": "https://api.kexp.org/v2/plays/415151/?format=api",
    "airdate": "2001-04-15T17:00:00-07:00",
    "show": 6924,
    "show_uri": "https://api.kexp.org/v2/shows/6924/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4101XTGTQ6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4101XTGTQ6L._SL75_.jpg",
    "song": "I Give Up",
    "track_id": "217a8c49-25f1-4f55-a2dd-eeef2cf0b32e",
    "recording_id": null,
    "artist": "Quasi",
    "artist_ids": [
        "3df29542-402a-49a5-ae1f-82f936184b3b"
    ],
    "album": "Featuring \"Birds\"",
    "release_id": "51e264dd-6628-4007-a00c-3d067b72611f",
    "release_group_id": null,
    "labels": [
        "Up Records"
    ],
    "label_ids": [
        "95fc5a0f-96a8-49d7-a982-dfa84e0df5b6"
    ],
    "release_date": "1998-04-07",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}