Information about plays

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

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

{
    "id": 1283815,
    "uri": "https://api.kexp.org/v2/plays/1283815/?format=api",
    "airdate": "2007-09-26T15:04:20-07:00",
    "show": 22465,
    "show_uri": "https://api.kexp.org/v2/shows/22465/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61CnshTRl6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61CnshTRl6L._SL75_.jpg",
    "song": "El Pato",
    "track_id": null,
    "recording_id": null,
    "artist": "Kinky",
    "artist_ids": [
        "21042d7e-4622-45f0-b1a0-a6dfa458a2e3"
    ],
    "album": "Rarities",
    "release_id": "206a4332-233d-41d9-ac2d-f3fcc6717ab6",
    "release_group_id": null,
    "labels": [
        "Sonic360"
    ],
    "label_ids": [
        "fb3e0763-cba2-44ee-8f3c-ae13d7f96f45"
    ],
    "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"
}