Information about plays

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

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

{
    "id": 1393279,
    "uri": "https://api.kexp.org/v2/plays/1393279/?format=api",
    "airdate": "2008-07-03T22:15:00-07:00",
    "show": 24315,
    "show_uri": "https://api.kexp.org/v2/shows/24315/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51EZA6WP-9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51EZA6WP-9L._SL75_.jpg",
    "song": "5th Stage",
    "track_id": null,
    "recording_id": null,
    "artist": "Ozzy Osbourne",
    "artist_ids": [
        "8aa5b65a-5b3c-4029-92bf-47a544356934"
    ],
    "album": "The Essential Ozzy Osbourne (disc 1)",
    "release_id": "3e704837-7606-40e6-9a31-7c0929cba042",
    "release_group_id": null,
    "labels": [
        "Spectral Sound"
    ],
    "label_ids": [
        "a43b7b6f-e6f4-4a62-9e13-0f9c413b4f16"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}