Information about plays

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

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

{
    "id": 454189,
    "uri": "https://api.kexp.org/v2/plays/454189/?format=api",
    "airdate": "2001-08-10T11:12:00-07:00",
    "show": 7685,
    "show_uri": "https://api.kexp.org/v2/shows/7685/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61HooJv-CrL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61HooJv-CrL._SL75_.jpg",
    "song": "Get Up",
    "track_id": "5754f909-9cdb-4f7c-a4d4-e927640c33e9",
    "recording_id": null,
    "artist": "Badmarsh & Shri",
    "artist_ids": [
        "6faf0844-7fe3-4021-9ffe-e0ecccd517ec"
    ],
    "album": "Signs",
    "release_id": "cb820cb9-3fe0-4bfb-bb89-e70f29349499",
    "release_group_id": null,
    "labels": [
        "Nutone/Nettwerk"
    ],
    "label_ids": [],
    "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"
}