Information about plays

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

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

{
    "id": 500775,
    "uri": "https://api.kexp.org/v2/plays/500775/?format=api",
    "airdate": "2001-12-26T22:02:00-08:00",
    "show": 8599,
    "show_uri": "https://api.kexp.org/v2/shows/8599/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41XZ181GWFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41XZ181GWFL._SL75_.jpg",
    "song": "Utopia (Genetically Enriched)",
    "track_id": "375c91a1-3126-4f6e-95c1-c8c0ed6b12b6",
    "recording_id": null,
    "artist": "Goldfrapp",
    "artist_ids": [
        "7b885d42-3c41-4f43-9944-a5855ec5155e"
    ],
    "album": "Utopia (Genetically Enriched)",
    "release_id": "9041c582-dd31-433e-bd5f-5d0a2fab6ca2",
    "release_group_id": null,
    "labels": [
        "Mute Corporation"
    ],
    "label_ids": [
        "68523539-169d-481a-984d-8cc997fb6ea2"
    ],
    "release_date": "2001-08-14",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}