Information about plays

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

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

{
    "id": 1284219,
    "uri": "https://api.kexp.org/v2/plays/1284219/?format=api",
    "airdate": "2007-09-27T15:34:29-07:00",
    "show": 22471,
    "show_uri": "https://api.kexp.org/v2/shows/22471/?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": "Mas (Toy Selectah remix)",
    "track_id": "59b92812-5382-41c8-b597-802f91ca7b1f",
    "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"
}