Information about plays

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

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

{
    "id": 1290512,
    "uri": "https://api.kexp.org/v2/plays/1290512/?format=api",
    "airdate": "2007-10-13T15:31:45-07:00",
    "show": 22579,
    "show_uri": "https://api.kexp.org/v2/shows/22579/?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": "Oye Como Va (extended mix)",
    "track_id": "2d738ace-e441-4f8c-b1b6-f90a220bfd8d",
    "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": [
        "Sonic"
    ],
    "label_ids": [
        "86d77b34-7c67-4712-89ac-cad010f2bd59"
    ],
    "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"
}