Information about plays

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

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

{
    "id": 414611,
    "uri": "https://api.kexp.org/v2/plays/414611/?format=api",
    "airdate": "2001-04-09T14:00:00-07:00",
    "show": 6913,
    "show_uri": "https://api.kexp.org/v2/shows/6913/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41E2XSVV34L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41E2XSVV34L._SL75_.jpg",
    "song": "Sali Mali",
    "track_id": "5e93181b-99a5-45d4-8595-2194693ba114",
    "recording_id": null,
    "artist": "Super Furry Animals",
    "artist_ids": [
        "c5f5dc27-3059-49c0-ae45-5009a01bb9ec"
    ],
    "album": "Mwng",
    "release_id": "718ac535-b7ed-4c5d-bb5c-1b04ef8b23bf",
    "release_group_id": null,
    "labels": [
        "Flydaddy Records"
    ],
    "label_ids": [
        "dcd73d17-b515-4d2e-a459-3da4f94a436b"
    ],
    "release_date": "2000-06-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}