Information about plays

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

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

{
    "id": 1308853,
    "uri": "https://api.kexp.org/v2/plays/1308853/?format=api",
    "airdate": "2007-12-01T00:54:13-08:00",
    "show": 22891,
    "show_uri": "https://api.kexp.org/v2/shows/22891/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/517M7TR8P5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/517M7TR8P5L._SL75_.jpg",
    "song": "Number 1 (Alan Braxe & Fred Falke mix)",
    "track_id": "02b724c7-4cd7-49d3-aead-c142585219e6",
    "recording_id": null,
    "artist": "Goldfrapp",
    "artist_ids": [
        "7b885d42-3c41-4f43-9944-a5855ec5155e"
    ],
    "album": "Number 1",
    "release_id": "05d84994-67ad-434b-8aa4-57da6a97f9e2",
    "release_group_id": null,
    "labels": [
        "Mute Corporation"
    ],
    "label_ids": [
        "68523539-169d-481a-984d-8cc997fb6ea2"
    ],
    "release_date": "2005-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}