Information about plays

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

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

{
    "id": 503693,
    "uri": "https://api.kexp.org/v2/plays/503693/?format=api",
    "airdate": "2002-01-04T15:52:00-08:00",
    "show": 8656,
    "show_uri": "https://api.kexp.org/v2/shows/8656/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4112TRPRSJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4112TRPRSJL._SL75_.jpg",
    "song": "Native Tongue",
    "track_id": "563e327f-6118-4f38-a77d-a75511c0f852",
    "recording_id": null,
    "artist": "The Mysteries of Life",
    "artist_ids": [
        "9946de07-0d8c-4286-bf19-a205d01157bf"
    ],
    "album": "Distant Relative",
    "release_id": "b643180d-f852-4cf3-ac2c-fe445c16e53b",
    "release_group_id": null,
    "labels": [
        "No Nostalgia Records"
    ],
    "label_ids": [
        "8ff35b0b-7e08-49e1-bf26-80ce522f0a35"
    ],
    "release_date": "2001-10-23",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}