Information about plays

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

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

{
    "id": 415504,
    "uri": "https://api.kexp.org/v2/plays/415504/?format=api",
    "airdate": "2001-04-17T00:28:14-07:00",
    "show": 6933,
    "show_uri": "https://api.kexp.org/v2/shows/6933/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/419u%2B-HnkVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/419u%2B-HnkVL._SL75_.jpg",
    "song": "Ooh La La",
    "track_id": "5993d822-2353-411c-b205-db0516e5fc76",
    "recording_id": null,
    "artist": "Silkworm",
    "artist_ids": [
        "64c9ed9d-0b97-4e01-946c-2ef5f342e236"
    ],
    "album": "Lifestyle",
    "release_id": "52a331c9-9068-4bef-b6ba-db6d45fd2df2",
    "release_group_id": null,
    "labels": [
        "Touch And Go"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}