Information about plays

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

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

{
    "id": 483414,
    "uri": "https://api.kexp.org/v2/plays/483414/?format=api",
    "airdate": "2001-11-04T09:08:00-08:00",
    "show": 8257,
    "show_uri": "https://api.kexp.org/v2/shows/8257/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31G3EGWT20L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31G3EGWT20L._SL75_.jpg",
    "song": "Mean Old World",
    "track_id": "2c0c1b3a-503b-41f6-8601-0e354666e4e3",
    "recording_id": null,
    "artist": "Lowell Fulson",
    "artist_ids": [
        "df9483e8-e037-450e-bcc4-6e9c280a4f73"
    ],
    "album": "Gulf Coast Guitars",
    "release_id": "78766794-12ea-4cb8-90dd-27e5c7e8f360",
    "release_group_id": null,
    "labels": [
        "Music Club"
    ],
    "label_ids": [
        "9f3cd4d9-dd1c-4961-acfd-00315b033e50"
    ],
    "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"
}