Information about plays

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

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

{
    "id": 416357,
    "uri": "https://api.kexp.org/v2/plays/416357/?format=api",
    "airdate": "2001-04-19T10:20:00-07:00",
    "show": 6948,
    "show_uri": "https://api.kexp.org/v2/shows/6948/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/419%2B4ifm3BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/419%2B4ifm3BL._SL75_.jpg",
    "song": "Faces in Disguise",
    "track_id": null,
    "recording_id": null,
    "artist": "Sunny Day Real Estate",
    "artist_ids": [
        "86b24e8f-a4d9-4c84-83ee-fde0d14ad9fa"
    ],
    "album": "The Rising Tide",
    "release_id": "662c6d90-7244-4cba-9841-f11704995e6b",
    "release_group_id": null,
    "labels": [
        "Time Bomb Recordings"
    ],
    "label_ids": [
        "b66d4a99-a5b1-4c7c-9a78-cd8f312cda4a"
    ],
    "release_date": "2000-06-20",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}