Information about plays

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

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

{
    "id": 505634,
    "uri": "https://api.kexp.org/v2/plays/505634/?format=api",
    "airdate": "2002-01-10T08:29:00-08:00",
    "show": 8695,
    "show_uri": "https://api.kexp.org/v2/shows/8695/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21WNCDP432L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21WNCDP432L._SL75_.jpg",
    "song": "Stereolight",
    "track_id": "c74317e7-0f42-48a9-9379-ba82437e49f3",
    "recording_id": null,
    "artist": "Boss Hog",
    "artist_ids": [
        "57648c1f-335d-4216-ba82-508b23b3bcf4"
    ],
    "album": "Whiteout",
    "release_id": "23c23265-fed0-4bdf-85bc-b4fd99356e0f",
    "release_group_id": null,
    "labels": [
        "In the Red"
    ],
    "label_ids": [],
    "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"
}