Information about plays

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

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

{
    "id": 414594,
    "uri": "https://api.kexp.org/v2/plays/414594/?format=api",
    "airdate": "2001-04-09T13:00:00-07:00",
    "show": 6912,
    "show_uri": "https://api.kexp.org/v2/shows/6912/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RYlAs8j0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RYlAs8j0L._SL75_.jpg",
    "song": "Giant",
    "track_id": "d1a7b974-2046-4765-84ff-445fdd8df404",
    "recording_id": null,
    "artist": "Nebula",
    "artist_ids": [
        "1e1de8e1-c0b8-462c-9365-f84bc73e9799"
    ],
    "album": "Charged",
    "release_id": "92e8bb65-c012-481f-b745-ad2e37c39d2f",
    "release_group_id": null,
    "labels": [
        "Sub Pop"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}