Information about plays

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

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

{
    "id": 497719,
    "uri": "https://api.kexp.org/v2/plays/497719/?format=api",
    "airdate": "2001-12-17T15:29:00-08:00",
    "show": 8542,
    "show_uri": "https://api.kexp.org/v2/shows/8542/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ZAvHLQpgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ZAvHLQpgL._SL75_.jpg",
    "song": "Knowing Insider",
    "track_id": "4b762868-e909-4bb5-b638-9aaa123db8bf",
    "recording_id": null,
    "artist": "The Dylan Group",
    "artist_ids": [
        "158dfb95-57e2-45e3-9407-b7ab4477ce25"
    ],
    "album": "Ur-klang Search",
    "release_id": "c83665ed-2fa3-44a4-a2f3-fab608cab510",
    "release_group_id": null,
    "labels": [
        "Bubble Core Records"
    ],
    "label_ids": [
        "8bc9628f-81f5-485d-bbe5-303c539d75d6"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}