Information about plays

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

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

{
    "id": 1315094,
    "uri": "https://api.kexp.org/v2/plays/1315094/?format=api",
    "airdate": "2007-12-17T01:46:00-08:00",
    "show": 23000,
    "show_uri": "https://api.kexp.org/v2/shows/23000/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/419P0XAN5JL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/419P0XAN5JL._SL75_.jpg",
    "song": "Monk's Mood",
    "track_id": "68dd6695-787c-4d2a-b223-95ebb78bf198",
    "recording_id": null,
    "artist": "Bud Powell",
    "artist_ids": [
        "dbc5809c-7837-4b6f-961e-340d64fbb41c"
    ],
    "album": "'Round About Midnight at the Blue Note",
    "release_id": "d54b99be-ab30-4126-80f0-ee48e28c8eba",
    "release_group_id": null,
    "labels": [
        "Disques Dreyfus"
    ],
    "label_ids": [
        "9e846f54-7799-471c-9a47-3425c147f535"
    ],
    "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"
}